Html Css Color HEX #CA1324 Fire Engine Red

📋 copy color: '#CA1324'

red 202 ◦ green 19 ◦ blue 36

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

Shades of Fire Engine Red #CA1324

Tints of Fire Engine Red #CA1324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 78.6%
G = 7.39%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA1324 (or 0xCA1324) is known color: Fire Engine Red. HEX triplet: CA, 13 and 24. RGB value is (202,19,36). Sum of RGB (Red+Green+Blue) = 202+19+36=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1324 is #35ECDB. Grayscale: #4B4B4B. Windows color (decimal): -3534044 or 2364362. OLE color: 2364362.

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

Color convert

RGB 202 19 36 -
CMYK 0 0.91 0.82 0.21
HSL 354.43º 0.83% 0.43% -
HSV(B) 354.43º 0.91% 0.79% -
XYZ 24.91 13.15 2.89 -
YUV 75.66 105.63 218.12 -
System Red Green Blue C M Y K H S L
Decimal 202 19 36 0 0.91 0.82 0.21 354.43 0.83 0.43
Hex CA 13 24 0 5B 52 15 162 53 2B
Octal 312 23 44 0 133 122 25 542 123 53
Binary 11001010 10011 100100 0 1011011 1010010 10101 101100010 1010011 101011

Color Harmonies of #CA1324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1324

Black with #CA1324

Text Example


Text Example

White with #CA1324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1324; }

 p { color: rgb(202,19,36); }

 H1.HeaderClassName
 {
   color: #CA1324;
 }
 .AnyTagClassName
 {
   color: #CA1324;
 }
</style>

background-color css

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

 a { background-color: rgb(202,19,36); }

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

border-color css

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

 span { border-color: rgb(202,19,36); }

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