Html Css Color HEX #CA1320 Fire Engine Red

📋 copy color: '#CA1320'

red 202 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #CA1320

Tints of Fire Engine Red #CA1320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.65%

R = 79.84%
G = 7.51%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA1320 (or 0xCA1320) is known color: Fire Engine Red. HEX triplet: CA, 13 and 20. RGB value is (202,19,32). Sum of RGB (Red+Green+Blue) = 202+19+32=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1320 is #35ECDF. Grayscale: #4B4B4B. Windows color (decimal): -3534048 or 2102218. OLE color: 2102218.

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

Color convert

RGB 202 19 32 -
CMYK 0 0.91 0.84 0.21
HSL 355.74º 0.83% 0.43% -
HSV(B) 355.74º 0.91% 0.79% -
XYZ 24.85 13.13 2.59 -
YUV 75.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 202 19 32 0 0.91 0.84 0.21 355.74 0.83 0.43
Hex CA 13 20 0 5B 54 15 164 53 2B
Octal 312 23 40 0 133 124 25 544 123 53
Binary 11001010 10011 100000 0 1011011 1010100 10101 101100100 1010011 101011

Color Harmonies of #CA1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1320

Black with #CA1320

Text Example


Text Example

White with #CA1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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