#CA152B

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

Shades of Fire Engine Red #CA152B

Tints of Fire Engine Red #CA152B

Color information

#CA152B (or 0xCA152B) is unknown color: approx Fire Engine Red. HEX triplet: CA, 15 and 2B. RGB value is (202,21,43). Sum of RGB (Red+Green+Blue) = 202+21+43=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA152B is #35EAD4. Grayscale: #4D4D4D. Windows color (decimal): -3533525 or 2823626. OLE color: 2823626.

HSL color Cylindrical-coordinate representation of color #CA152B: hue angle of 352.71º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA152B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2022143-
CMYK00.900.790.21
HSL352.71º81.17%43.73%-
HSV(B)352.71º89.6%79.22%-
XYZ25.0613.273.53-
YUV77.63108.47216.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 75.94%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=75.94%
G=7.89%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202214300.900.790.21352.7181.1743.73
HexCA152B05A4F15161512c
Octal312255301321172554112154
Binary1100101010101101011010110101001111101011011000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA152B; }

 p { color: rgb(202,21,43); }

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

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

 a { background-color: rgb(202,21,43); }

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

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

 span { border-color: rgb(202,21,43); }

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