Html Css Color HEX #CA1923 Fire Engine Red

📋 copy color: '#CA1923'

red 202 ◦ green 25 ◦ blue 35

#CA1923
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CA1923

Tints of Fire Engine Red #CA1923

RGB

 RED value IS 202 (79.3% from 255) = 77.1%

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 77.1%
G = 9.54%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA1923 (or 0xCA1923) is known color: 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

RGB 202 25 35 -
CMYK 0 0.88 0.83 0.21
HSL 356.61º 0.78% 0.45% -
HSV(B) 356.61º 0.88% 0.79% -
XYZ 25.01 13.37 2.85 -
YUV 79.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 202 25 35 0 0.88 0.83 0.21 356.61 0.78 0.45
Hex CA 19 23 0 58 53 15 165 4E 2D
Octal 312 31 43 0 130 123 25 545 116 55
Binary 11001010 11001 100011 0 1011000 1010011 10101 101100101 1001110 101101

Color Harmonies of #CA1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1923

Black with #CA1923

Text Example


Text Example

White with #CA1923

Text Example


Text Example

HTML Codes & Css Web 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>