#CA152A

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

Shades of Fire Engine Red #CA152A

Tints of Fire Engine Red #CA152A

Color information

#CA152A (or 0xCA152A) is unknown color: approx Fire Engine Red. HEX triplet: CA, 15 and 2A. RGB value is (202,21,42). Sum of RGB (Red+Green+Blue) = 202+21+42=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA152A is #35EAD5. Grayscale: #4D4D4D. Windows color (decimal): -3533526 or 2758090. OLE color: 2758090.

HSL color Cylindrical-coordinate representation of color #CA152A: hue angle of 353.04º 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 #CA152A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2022142-
CMYK00.900.790.21
HSL353.04º81.17%43.73%-
HSV(B)353.04º89.6%79.22%-
XYZ25.0413.263.43-
YUV77.51107.97216.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=76.23%
G=7.92%
B=15.85%

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
Decimal202214200.900.790.21353.0481.1743.73
HexCA152A05A4F15161512c
Octal312255201321172554112154
Binary1100101010101101010010110101001111101011011000011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA152A; }

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

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

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

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

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

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

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

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