Html Css Color HEX #CE0F2B Fire Engine Red

📋 copy color: '#CE0F2B'

red 206 ◦ green 15 ◦ blue 43

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

Shades of Fire Engine Red #CE0F2B

Tints of Fire Engine Red #CE0F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 78.03%
G = 5.68%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE0F2B (or 0xCE0F2B) is known color: Fire Engine Red. HEX triplet: CE, 0F and 2B. RGB value is (206,15,43). Sum of RGB (Red+Green+Blue) = 206+15+43=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0F2B is #31F0D4. Grayscale: #4B4B4B. Windows color (decimal): -3272917 or 2822094. OLE color: 2822094.

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

Color convert

RGB 206 15 43 -
CMYK 0 0.93 0.79 0.19
HSL 351.2º 0.86% 0.43% -
HSV(B) 351.2º 0.93% 0.81% -
XYZ 26.06 13.64 3.54 -
YUV 75.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 206 15 43 0 0.93 0.79 0.19 351.2 0.86 0.43
Hex CE F 2B 0 5D 4F 13 15F 56 2B
Octal 316 17 53 0 135 117 23 537 126 53
Binary 11001110 1111 101011 0 1011101 1001111 10011 101011111 1010110 101011

Color Harmonies of #CE0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0F2B

Black with #CE0F2B

Text Example


Text Example

White with #CE0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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