#CA1721

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

Shades of Fire Engine Red #CA1721

Tints of Fire Engine Red #CA1721

Color information

#CA1721 (or 0xCA1721) is unknown color: approx Fire Engine Red. HEX triplet: CA, 17 and 21. RGB value is (202,23,33). Sum of RGB (Red+Green+Blue) = 202+23+33=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1721 is #35E8DE. Grayscale: #4D4D4D. Windows color (decimal): -3533023 or 2168778. OLE color: 2168778.

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

Color convert

RGB2022333-
CMYK00.890.840.21
HSL356.65º79.56%44.12%-
HSV(B)356.65º88.61%79.22%-
XYZ24.9413.282.69-
YUV77.66102.8216.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 78.29%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 33 (13.28% from 255) = 12.79%
R=78.29%
G=8.91%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202233300.890.840.21356.6579.5644.12
HexCA17210595415165502c
Octal312274101311242554512054
Binary1100101010111100001010110011010100101011011001011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1721; }

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

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

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

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

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

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

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

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