Html Css Color HEX #CE242B Fire Engine Red

📋 copy color: '#CE242B'

red 206 ◦ green 36 ◦ blue 43

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

Shades of Fire Engine Red #CE242B

Tints of Fire Engine Red #CE242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.63%

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

R = 72.28%
G = 12.63%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE242B (or 0xCE242B) is known color: Fire Engine Red. HEX triplet: CE, 24 and 2B. RGB value is (206,36,43). Sum of RGB (Red+Green+Blue) = 206+36+43=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE242B is #31DBD4. Grayscale: #575757. Windows color (decimal): -3267541 or 2827470. OLE color: 2827470.

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

Color convert

RGB 206 36 43 -
CMYK 0 0.83 0.79 0.19
HSL 357.53º 0.7% 0.47% -
HSV(B) 357.53º 0.83% 0.81% -
XYZ 26.52 14.56 3.7 -
YUV 87.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 206 36 43 0 0.83 0.79 0.19 357.53 0.7 0.47
Hex CE 24 2B 0 53 4F 13 166 46 2F
Octal 316 44 53 0 123 117 23 546 106 57
Binary 11001110 100100 101011 0 1010011 1001111 10011 101100110 1000110 101111

Color Harmonies of #CE242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE242B

Black with #CE242B

Text Example


Text Example

White with #CE242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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