Html Css Color HEX #CE202B Fire Engine Red

📋 copy color: '#CE202B'

red 206 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #CE202B

Tints of Fire Engine Red #CE202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.3%

R = 73.31%
G = 11.39%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE202B (or 0xCE202B) is known color: Fire Engine Red. HEX triplet: CE, 20 and 2B. RGB value is (206,32,43). Sum of RGB (Red+Green+Blue) = 206+32+43=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202B is #31DFD4. Grayscale: #555555. Windows color (decimal): -3268565 or 2826446. OLE color: 2826446.

HSL color Cylindrical-coordinate representation of color #CE202B: hue angle of 356.21º 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 #CE202B is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 43 -
CMYK 0 0.84 0.79 0.19
HSL 356.21º 0.73% 0.47% -
HSV(B) 356.21º 0.84% 0.81% -
XYZ 26.41 14.33 3.66 -
YUV 85.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 206 32 43 0 0.84 0.79 0.19 356.21 0.73 0.47
Hex CE 20 2B 0 54 4F 13 164 49 2F
Octal 316 40 53 0 124 117 23 544 111 57
Binary 11001110 100000 101011 0 1010100 1001111 10011 101100100 1001001 101111

Color Harmonies of #CE202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE202B

Black with #CE202B

Text Example


Text Example

White with #CE202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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