Html Css Color HEX #CD092D Fire Engine Red

📋 copy color: '#CD092D'

red 205 ◦ green 9 ◦ blue 45

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

Shades of Fire Engine Red #CD092D

Tints of Fire Engine Red #CD092D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 79.15%
G = 3.47%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD092D (or 0xCD092D) is known color: Fire Engine Red. HEX triplet: CD, 09 and 2D. RGB value is (205,9,45). Sum of RGB (Red+Green+Blue) = 205+9+45=259 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.15% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 205 - color contains mainly: red. Hex color #CD092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD092D is #32F6D2. Grayscale: #474747. Windows color (decimal): -3339987 or 2951629. OLE color: 2951629.

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

Color convert

RGB 205 9 45 -
CMYK 0 0.96 0.78 0.20
HSL 348.98º 0.92% 0.42% -
HSV(B) 348.98º 0.96% 0.8% -
XYZ 25.75 13.36 3.71 -
YUV 71.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 205 9 45 0 0.96 0.78 0.20 348.98 0.92 0.42
Hex CD 9 2D 0 60 4E 14 15D 5C 2A
Octal 315 11 55 0 140 116 24 535 134 52
Binary 11001101 1001 101101 0 1100000 1001110 10100 101011101 1011100 101010

Color Harmonies of #CD092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD092D

Black with #CD092D

Text Example


Text Example

White with #CD092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD092D; }

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

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

background-color css

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

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

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

border-color css

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

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

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