Html Css Color HEX #CE022B Fire Engine Red

📋 copy color: '#CE022B'

red 206 ◦ green 2 ◦ blue 43

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

Shades of Fire Engine Red #CE022B

Tints of Fire Engine Red #CE022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 82.07%
G = 0.8%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE022B (or 0xCE022B) is known color: Fire Engine Red. HEX triplet: CE, 02 and 2B. RGB value is (206,2,43). Sum of RGB (Red+Green+Blue) = 206+2+43=251 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.07% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 206 - color contains mainly: red. Hex color #CE022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE022B is #31FDD4. Grayscale: #434343. Windows color (decimal): -3276245 or 2818766. OLE color: 2818766.

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

Color convert

RGB 206 2 43 -
CMYK 0 0.99 0.79 0.19
HSL 347.94º 0.98% 0.41% -
HSV(B) 347.94º 0.99% 0.81% -
XYZ 25.91 13.34 3.49 -
YUV 67.67 114.09 226.67 -
System Red Green Blue C M Y K H S L
Decimal 206 2 43 0 0.99 0.79 0.19 347.94 0.98 0.41
Hex CE 2 2B 0 63 4F 13 15C 62 29
Octal 316 2 53 0 143 117 23 534 142 51
Binary 11001110 10 101011 0 1100011 1001111 10011 101011100 1100010 101001

Color Harmonies of #CE022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE022B

Black with #CE022B

Text Example


Text Example

White with #CE022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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