#ca0d25

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

Shades of Fire Engine Red #CA0D25

Tints of Fire Engine Red #CA0D25

Color information

#CA0D25 (or 0xCA0D25) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0D and 25. RGB value is (202,13,37). Sum of RGB (Red+Green+Blue) = 202+13+37=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D25 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0D25 is #35F2DA. Grayscale: #484848. Windows color (decimal): -3535579 or 2428362. OLE color: 2428362.

HSL color Cylindrical-coordinate representation of color #CA0D25: hue angle of 352.38º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0D25 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB2021337-
CMYK00.940.820.21
HSL352.38º87.91%42.16%-
HSV(B)352.38º93.56%79.22%-
XYZ24.8312.982.95-
YUV72.25108.12220.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 80.16%
GREEN value IS 13 (5.47% from 255) = 5.16%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=80.16%
G=5.16%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202133700.940.820.21352.3887.9142.16
HexCAD2505E5215160582a
Octal312154501361222554013052
Binary110010101101100101010111101010010101011011000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca0d25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca0d25; }

 p { color: rgb(202,13,37); }

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

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

 a { background-color: rgb(202,13,37); }

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

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

 span { border-color: rgb(202,13,37); }

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