Html Css Color HEX #CD0928 Fire Engine Red

📋 copy color: '#CD0928'

red 205 ◦ green 9 ◦ blue 40

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

Shades of Fire Engine Red #CD0928

Tints of Fire Engine Red #CD0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 80.71%
G = 3.54%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD0928 (or 0xCD0928) is known color: Fire Engine Red. HEX triplet: CD, 09 and 28. RGB value is (205,9,40). Sum of RGB (Red+Green+Blue) = 205+9+40=254 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.71% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0928 is #32F6D7. Grayscale: #474747. Windows color (decimal): -3339992 or 2623949. OLE color: 2623949.

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

Color convert

RGB 205 9 40 -
CMYK 0 0.96 0.80 0.20
HSL 350.51º 0.92% 0.42% -
HSV(B) 350.51º 0.96% 0.8% -
XYZ 25.66 13.33 3.23 -
YUV 71.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 205 9 40 0 0.96 0.80 0.20 350.51 0.92 0.42
Hex CD 9 28 0 60 50 14 15F 5C 2A
Octal 315 11 50 0 140 120 24 537 134 52
Binary 11001101 1001 101000 0 1100000 1010000 10100 101011111 1011100 101010

Color Harmonies of #CD0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0928

Black with #CD0928

Text Example


Text Example

White with #CD0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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