Html Css Color HEX #CE1D2C Fire Engine Red

📋 copy color: '#CE1D2C'

red 206 ◦ green 29 ◦ blue 44

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

Shades of Fire Engine Red #CE1D2C

Tints of Fire Engine Red #CE1D2C

RGB

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

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

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

R = 73.84%
G = 10.39%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE1D2C (or 0xCE1D2C) is known color: Fire Engine Red. HEX triplet: CE, 1D and 2C. RGB value is (206,29,44). Sum of RGB (Red+Green+Blue) = 206+29+44=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D2C is #31E2D3. Grayscale: #535353. Windows color (decimal): -3269332 or 2891214. OLE color: 2891214.

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

Color convert

RGB 206 29 44 -
CMYK 0 0.86 0.79 0.19
HSL 354.92º 0.75% 0.46% -
HSV(B) 354.92º 0.86% 0.81% -
XYZ 26.35 14.18 3.73 -
YUV 83.63 105.64 215.28 -
System Red Green Blue C M Y K H S L
Decimal 206 29 44 0 0.86 0.79 0.19 354.92 0.75 0.46
Hex CE 1D 2C 0 56 4F 13 163 4B 2E
Octal 316 35 54 0 126 117 23 543 113 56
Binary 11001110 11101 101100 0 1010110 1001111 10011 101100011 1001011 101110

Color Harmonies of #CE1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D2C

Black with #CE1D2C

Text Example


Text Example

White with #CE1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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