Html Css Color HEX #CE0925 Fire Engine Red

📋 copy color: '#CE0925'

red 206 ◦ green 9 ◦ blue 37

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

Shades of Fire Engine Red #CE0925

Tints of Fire Engine Red #CE0925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 81.75%
G = 3.57%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE0925 (or 0xCE0925) is known color: Fire Engine Red. HEX triplet: CE, 09 and 25. RGB value is (206,9,37). Sum of RGB (Red+Green+Blue) = 206+9+37=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0925 is #31F6DA. Grayscale: #474747. Windows color (decimal): -3274459 or 2427342. OLE color: 2427342.

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

Color convert

RGB 206 9 37 -
CMYK 0 0.96 0.82 0.19
HSL 351.47º 0.92% 0.42% -
HSV(B) 351.47º 0.96% 0.81% -
XYZ 25.89 13.45 2.98 -
YUV 71.1 108.77 224.22 -
System Red Green Blue C M Y K H S L
Decimal 206 9 37 0 0.96 0.82 0.19 351.47 0.92 0.42
Hex CE 9 25 0 60 52 13 15F 5C 2A
Octal 316 11 45 0 140 122 23 537 134 52
Binary 11001110 1001 100101 0 1100000 1010010 10011 101011111 1011100 101010

Color Harmonies of #CE0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0925

Black with #CE0925

Text Example


Text Example

White with #CE0925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0925; }

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

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

background-color css

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

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

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

border-color css

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

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

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