Html Css Color HEX #CE0B2D Fire Engine Red

📋 copy color: '#CE0B2D'

red 206 ◦ green 11 ◦ blue 45

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

Shades of Fire Engine Red #CE0B2D

Tints of Fire Engine Red #CE0B2D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.2%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 78.63%
G = 4.2%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE0B2D (or 0xCE0B2D) is known color: Fire Engine Red. HEX triplet: CE, 0B and 2D. RGB value is (206,11,45). Sum of RGB (Red+Green+Blue) = 206+11+45=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0B2D is #31F4D2. Grayscale: #494949. Windows color (decimal): -3273939 or 2952142. OLE color: 2952142.

HSL color Cylindrical-coordinate representation of color #CE0B2D: hue angle of 349.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0B2D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 11 45 -
CMYK 0 0.95 0.78 0.19
HSL 349.54º 0.9% 0.43% -
HSV(B) 349.54º 0.95% 0.81% -
XYZ 26.05 13.55 3.73 -
YUV 73.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 206 11 45 0 0.95 0.78 0.19 349.54 0.9 0.43
Hex CE B 2D 0 5F 4E 13 15E 5A 2B
Octal 316 13 55 0 137 116 23 536 132 53
Binary 11001110 1011 101101 0 1011111 1001110 10011 101011110 1011010 101011

Color Harmonies of #CE0B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0B2D

Black with #CE0B2D

Text Example


Text Example

White with #CE0B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0B2D; }

 p { color: rgb(206,11,45); }

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

background-color css

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

 a { background-color: rgb(206,11,45); }

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

border-color css

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

 span { border-color: rgb(206,11,45); }

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