#CA1728

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

Shades of Fire Engine Red #CA1728

Tints of Fire Engine Red #CA1728

Color information

#CA1728 (or 0xCA1728) is unknown color: approx Fire Engine Red. HEX triplet: CA, 17 and 28. RGB value is (202,23,40). Sum of RGB (Red+Green+Blue) = 202+23+40=265 (35% of max value = 765). Red value is 202 (79.30% from 255 or 76.23% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 40 (16.02% from 255 or 15.09% from 265); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1728 is #35E8D7. Grayscale: #4E4E4E. Windows color (decimal): -3533016 or 2627530. OLE color: 2627530.

HSL color Cylindrical-coordinate representation of color #CA1728: hue angle of 354.3º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1728 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2022340-
CMYK00.890.800.21
HSL354.3º79.56%44.12%-
HSV(B)354.3º88.61%79.22%-
XYZ25.0513.323.26-
YUV78.46106.3216.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 76.23%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 40 (16.02% from 255) = 15.09%
R=76.23%
G=8.68%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202234000.890.800.21354.379.5644.12
HexCA17280595015162502c
Octal312275001311202554212054
Binary1100101010111101000010110011010000101011011000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1728; }

 p { color: rgb(202,23,40); }

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

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

 a { background-color: rgb(202,23,40); }

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

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

 span { border-color: rgb(202,23,40); }

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