Html Css Color HEX #CD092C Fire Engine Red

📋 copy color: '#CD092C'

red 205 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #CD092C

Tints of Fire Engine Red #CD092C

RGB

 RED value IS 205 (80.47% from 255) = 79.46%

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 79.46%
G = 3.49%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD092C (or 0xCD092C) is known color: Fire Engine Red. HEX triplet: CD, 09 and 2C. RGB value is (205,9,44). Sum of RGB (Red+Green+Blue) = 205+9+44=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD092C is #32F6D3. Grayscale: #474747. Windows color (decimal): -3339988 or 2886093. OLE color: 2886093.

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

Color convert

RGB 205 9 44 -
CMYK 0 0.96 0.79 0.20
HSL 349.29º 0.92% 0.42% -
HSV(B) 349.29º 0.96% 0.8% -
XYZ 25.73 13.36 3.6 -
YUV 71.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 205 9 44 0 0.96 0.79 0.20 349.29 0.92 0.42
Hex CD 9 2C 0 60 4F 14 15D 5C 2A
Octal 315 11 54 0 140 117 24 535 134 52
Binary 11001101 1001 101100 0 1100000 1001111 10100 101011101 1011100 101010

Color Harmonies of #CD092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD092C

Black with #CD092C

Text Example


Text Example

White with #CD092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD092C; }

 p { color: rgb(205,9,44); }

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

background-color css

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

 a { background-color: rgb(205,9,44); }

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

border-color css

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

 span { border-color: rgb(205,9,44); }

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