Html Css Color HEX #CE202D Fire Engine Red

📋 copy color: '#CE202D'

red 206 ◦ green 32 ◦ blue 45

#CE202D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CE202D

Tints of Fire Engine Red #CE202D

RGB

 RED value IS 206 (80.86% from 255) = 72.79%

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 72.79%
G = 11.31%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE202D (or 0xCE202D) is known color: Fire Engine Red. HEX triplet: CE, 20 and 2D. RGB value is (206,32,45). Sum of RGB (Red+Green+Blue) = 206+32+45=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202D is #31DFD2. Grayscale: #555555. Windows color (decimal): -3268563 or 2957518. OLE color: 2957518.

HSL color Cylindrical-coordinate representation of color #CE202D: hue angle of 355.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE202D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 45 -
CMYK 0 0.84 0.78 0.19
HSL 355.52º 0.73% 0.47% -
HSV(B) 355.52º 0.84% 0.81% -
XYZ 26.44 14.34 3.86 -
YUV 85.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 206 32 45 0 0.84 0.78 0.19 355.52 0.73 0.47
Hex CE 20 2D 0 54 4E 13 164 49 2F
Octal 316 40 55 0 124 116 23 544 111 57
Binary 11001110 100000 101101 0 1010100 1001110 10011 101100100 1001001 101111

Color Harmonies of #CE202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE202D

Black with #CE202D

Text Example


Text Example

White with #CE202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE202D; }

 p { color: rgb(206,32,45); }

 H1.HeaderClassName
 {
   color: #CE202D;
 }
 .AnyTagClassName
 {
   color: #CE202D;
 }
</style>

background-color css

<style>
 a { background-color: #CE202D; }

 a { background-color: rgb(206,32,45); }

 div.DivClassName
 {
   background-color: #CE202D;
 }
 .BgClassName
 {
   background-color: #CE202D;
 }
</style>

border-color css

<style>
 span { border-color: #CE202D; }

 span { border-color: rgb(206,32,45); }

 td.TdClassName
 {
   border-color: #CE202D;
 }
 .TagClassName
 {
   border-color: #CE202D;
 }
</style>