#CA1B1C

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

Shades of Fire Engine Red #CA1B1C

Tints of Fire Engine Red #CA1B1C

Color information

#CA1B1C (or 0xCA1B1C) is unknown color: approx Fire Engine Red. HEX triplet: CA, 1B and 1C. RGB value is (202,27,28). Sum of RGB (Red+Green+Blue) = 202+27+28=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1B1C is #35E4E3. Grayscale: #4F4F4F. Windows color (decimal): -3532004 or 1842122. OLE color: 1842122.

HSL color Cylindrical-coordinate representation of color #CA1B1C: hue angle of 359.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1B1C is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2022728-
CMYK00.870.860.21
HSL359.66º76.42%44.9%-
HSV(B)359.66º86.63%79.22%-
XYZ24.9613.422.37-
YUV79.4498.98215.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.60%
GREEN value IS 27 (10.94% from 255) = 10.51%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=78.60%
G=10.51%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202272800.870.860.21359.6676.4244.9
HexCA1B1C05756151684c2d
Octal312333401271262555011455
Binary110010101101111100010101111010110101011011010001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1B1C; }

 p { color: rgb(202,27,28); }

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

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

 a { background-color: rgb(202,27,28); }

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

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

 span { border-color: rgb(202,27,28); }

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