Html Css Color HEX #CE1D22 Fire Engine Red

📋 copy color: '#CE1D22'

red 206 ◦ green 29 ◦ blue 34

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

Shades of Fire Engine Red #CE1D22

Tints of Fire Engine Red #CE1D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 34 (13.67% from 255) = 12.64%

R = 76.58%
G = 10.78%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE1D22 (or 0xCE1D22) is known color: Fire Engine Red. HEX triplet: CE, 1D and 22. RGB value is (206,29,34). Sum of RGB (Red+Green+Blue) = 206+29+34=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D22 is #31E2DD. Grayscale: #525252. Windows color (decimal): -3269342 or 2235854. OLE color: 2235854.

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

Color convert

RGB 206 29 34 -
CMYK 0 0.86 0.83 0.19
HSL 358.31º 0.75% 0.46% -
HSV(B) 358.31º 0.86% 0.81% -
XYZ 26.18 14.12 2.86 -
YUV 82.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 206 29 34 0 0.86 0.83 0.19 358.31 0.75 0.46
Hex CE 1D 22 0 56 53 13 166 4B 2E
Octal 316 35 42 0 126 123 23 546 113 56
Binary 11001110 11101 100010 0 1010110 1010011 10011 101100110 1001011 101110

Color Harmonies of #CE1D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D22

Black with #CE1D22

Text Example


Text Example

White with #CE1D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D22; }

 p { color: rgb(206,29,34); }

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

background-color css

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

 a { background-color: rgb(206,29,34); }

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

border-color css

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

 span { border-color: rgb(206,29,34); }

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