Html Css Color HEX #CE202C Fire Engine Red

📋 copy color: '#CE202C'

red 206 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #CE202C

Tints of Fire Engine Red #CE202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 73.05%
G = 11.35%
B = 15.6%

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

#CE202C (or 0xCE202C) is known color: Fire Engine Red. HEX triplet: CE, 20 and 2C. RGB value is (206,32,44). Sum of RGB (Red+Green+Blue) = 206+32+44=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE202C is #31DFD3. Grayscale: #555555. Windows color (decimal): -3268564 or 2891982. OLE color: 2891982.

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

Color convert

RGB 206 32 44 -
CMYK 0 0.84 0.79 0.19
HSL 355.86º 0.73% 0.47% -
HSV(B) 355.86º 0.84% 0.81% -
XYZ 26.42 14.34 3.76 -
YUV 85.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 206 32 44 0 0.84 0.79 0.19 355.86 0.73 0.47
Hex CE 20 2C 0 54 4F 13 164 49 2F
Octal 316 40 54 0 124 117 23 544 111 57
Binary 11001110 100000 101100 0 1010100 1001111 10011 101100100 1001001 101111

Color Harmonies of #CE202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE202C

Black with #CE202C

Text Example


Text Example

White with #CE202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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