#CA1923

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

Shades of Fire Engine Red #CA1923

Tints of Fire Engine Red #CA1923

Color information

#CA1923 (or 0xCA1923) is unknown color: approx Fire Engine Red. HEX triplet: CA, 19 and 23. RGB value is (202,25,35). Sum of RGB (Red+Green+Blue) = 202+25+35=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1923 is #35E6DC. Grayscale: #4F4F4F. Windows color (decimal): -3532509 or 2300362. OLE color: 2300362.

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

Color convert

RGB2022535-
CMYK00.880.830.21
HSL356.61º77.97%44.51%-
HSV(B)356.61º87.62%79.22%-
XYZ25.0113.372.85-
YUV79.06103.14215.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 77.10%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=77.10%
G=9.54%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202253500.880.830.21356.6177.9744.51
HexCA192305853151654e2d
Octal312314301301232554511655
Binary1100101011001100011010110001010011101011011001011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1923; }

 p { color: rgb(202,25,35); }

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

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

 a { background-color: rgb(202,25,35); }

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

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

 span { border-color: rgb(202,25,35); }

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