#CD2526

Color #CD2526 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CD2526

Tints of Fire Engine Red #CD2526

Color information

#CD2526 (or 0xCD2526) is unknown color: approx Fire Engine Red. HEX triplet: CD, 25 and 26. RGB value is (205,37,38). Sum of RGB (Red+Green+Blue) = 205+37+38=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2526 is #32DAD9. Grayscale: #575757. Windows color (decimal): -3332826 or 2500045. OLE color: 2500045.

HSL color Cylindrical-coordinate representation of color #CD2526: hue angle of 359.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2526 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB2053738-
CMYK00.820.810.20
HSL359.64º69.42%47.45%-
HSV(B)359.64º81.95%80.39%-
XYZ26.1914.443.24-
YUV87.35100.16211.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 73.21%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=73.21%
G=13.21%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205373800.820.810.20359.6469.4247.45
HexCD25260525114168452f
Octal315454601221212455010557
Binary11001101100101100110010100101010001101001011010001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2526; }

 p { color: rgb(205,37,38); }

 H1.HeaderClassName
 {
   color: #CD2526;
 }
 .AnyTagClassName
 {
   color: #CD2526;
 }
</style>
background-color css

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

 a { background-color: rgb(205,37,38); }

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

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

 span { border-color: rgb(205,37,38); }

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