#CA0B2A

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

Shades of Fire Engine Red #CA0B2A

Tints of Fire Engine Red #CA0B2A

Color information

#CA0B2A (or 0xCA0B2A) is unknown color: approx Fire Engine Red. HEX triplet: CA, 0B and 2A. RGB value is (202,11,42). Sum of RGB (Red+Green+Blue) = 202+11+42=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA0B2A is #35F4D5. Grayscale: #474747. Windows color (decimal): -3536086 or 2755530. OLE color: 2755530.

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

Color convert

RGB2021142-
CMYK00.950.790.21
HSL350.26º89.67%41.76%-
HSV(B)350.26º94.55%79.22%-
XYZ24.8912.963.38-
YUV71.64111.28220.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 79.22%
GREEN value IS 11 (4.69% from 255) = 4.31%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=79.22%
G=4.31%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202114200.950.790.21350.2689.6741.76
HexCAB2A05F4F1515e5a2a
Octal312135201371172553613252
Binary110010101011101010010111111001111101011010111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0B2A; }

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

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

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

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

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

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

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

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