#CA132A

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

Shades of Fire Engine Red #CA132A

Tints of Fire Engine Red #CA132A

Color information

#CA132A (or 0xCA132A) is unknown color: approx Fire Engine Red. HEX triplet: CA, 13 and 2A. RGB value is (202,19,42). Sum of RGB (Red+Green+Blue) = 202+19+42=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA132A is #35ECD5. Grayscale: #4C4C4C. Windows color (decimal): -3534038 or 2757578. OLE color: 2757578.

HSL color Cylindrical-coordinate representation of color #CA132A: hue angle of 352.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA132A is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB2021942-
CMYK00.910.790.21
HSL352.46º82.81%43.33%-
HSV(B)352.46º90.59%79.22%-
XYZ25.0113.193.42-
YUV76.34108.63217.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.81%
GREEN value IS 19 (7.81% from 255) = 7.22%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=76.81%
G=7.22%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202194200.910.790.21352.4682.8143.33
HexCA132A05B4F15160532b
Octal312235201331172554012353
Binary1100101010011101010010110111001111101011011000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA132A; }

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

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

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

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

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

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

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

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