Html Css Color HEX #CD0528 Fire Engine Red

📋 copy color: '#CD0528'

red 205 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #CD0528

Tints of Fire Engine Red #CD0528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 82%
G = 2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD0528 (or 0xCD0528) is known color: Fire Engine Red. HEX triplet: CD, 05 and 28. RGB value is (205,5,40). Sum of RGB (Red+Green+Blue) = 205+5+40=250 (33% of max value = 765). Red value is 205 (80.47% from 255 or 82% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0528 is #32FAD7. Grayscale: #444444. Windows color (decimal): -3341016 or 2622925. OLE color: 2622925.

HSL color Cylindrical-coordinate representation of color #CD0528: hue angle of 349.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0528 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 40 -
CMYK 0 0.98 0.80 0.20
HSL 349.5º 0.95% 0.41% -
HSV(B) 349.5º 0.98% 0.8% -
XYZ 25.61 13.24 3.21 -
YUV 68.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 205 5 40 0 0.98 0.80 0.20 349.5 0.95 0.41
Hex CD 5 28 0 62 50 14 15E 5F 29
Octal 315 5 50 0 142 120 24 536 137 51
Binary 11001101 101 101000 0 1100010 1010000 10100 101011110 1011111 101001

Color Harmonies of #CD0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0528

Black with #CD0528

Text Example


Text Example

White with #CD0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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