#CA151A

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

Shades of Fire Engine Red #CA151A

Tints of Fire Engine Red #CA151A

Color information

#CA151A (or 0xCA151A) is unknown color: approx Fire Engine Red. HEX triplet: CA, 15 and 1A. RGB value is (202,21,26). Sum of RGB (Red+Green+Blue) = 202+21+26=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA151A is #35EAE5. Grayscale: #4B4B4B. Windows color (decimal): -3533542 or 1709514. OLE color: 1709514.

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

Color convert

RGB2022126-
CMYK00.900.870.21
HSL358.34º81.17%43.73%-
HSV(B)358.34º89.6%79.22%-
XYZ24.8113.172.21-
YUV75.6999.97218.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 81.12%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 26 (10.55% from 255) = 10.44%
R=81.12%
G=8.43%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202212600.900.870.21358.3481.1743.73
HexCA151A05A5715166512c
Octal312253201321272554612154
Binary110010101010111010010110101010111101011011001101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA151A; }

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

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

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

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

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

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

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

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