Html Css Color HEX #CE092B Fire Engine Red

📋 copy color: '#CE092B'

red 206 ◦ green 9 ◦ blue 43

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

Shades of Fire Engine Red #CE092B

Tints of Fire Engine Red #CE092B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 79.84%
G = 3.49%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CE092B (or 0xCE092B) is known color: Fire Engine Red. HEX triplet: CE, 09 and 2B. RGB value is (206,9,43). Sum of RGB (Red+Green+Blue) = 206+9+43=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE092B is #31F6D4. Grayscale: #474747. Windows color (decimal): -3274453 or 2820558. OLE color: 2820558.

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

Color convert

RGB 206 9 43 -
CMYK 0 0.96 0.79 0.19
HSL 349.64º 0.92% 0.42% -
HSV(B) 349.64º 0.96% 0.81% -
XYZ 25.99 13.49 3.52 -
YUV 71.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 206 9 43 0 0.96 0.79 0.19 349.64 0.92 0.42
Hex CE 9 2B 0 60 4F 13 15E 5C 2A
Octal 316 11 53 0 140 117 23 536 134 52
Binary 11001110 1001 101011 0 1100000 1001111 10011 101011110 1011100 101010

Color Harmonies of #CE092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE092B

Black with #CE092B

Text Example


Text Example

White with #CE092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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