Html Css Color HEX #CA1121 Fire Engine Red

📋 copy color: '#CA1121'

red 202 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #CA1121

Tints of Fire Engine Red #CA1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 80.16%
G = 6.75%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA1121 (or 0xCA1121) is known color: Fire Engine Red. HEX triplet: CA, 11 and 21. RGB value is (202,17,33). Sum of RGB (Red+Green+Blue) = 202+17+33=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1121 is #35EEDE. Grayscale: #4A4A4A. Windows color (decimal): -3534559 or 2167242. OLE color: 2167242.

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

Color convert

RGB 202 17 33 -
CMYK 0 0.92 0.84 0.21
HSL 354.81º 0.84% 0.43% -
HSV(B) 354.81º 0.92% 0.79% -
XYZ 24.83 13.07 2.65 -
YUV 74.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 202 17 33 0 0.92 0.84 0.21 354.81 0.84 0.43
Hex CA 11 21 0 5C 54 15 163 54 2B
Octal 312 21 41 0 134 124 25 543 124 53
Binary 11001010 10001 100001 0 1011100 1010100 10101 101100011 1010100 101011

Color Harmonies of #CA1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1121

Black with #CA1121

Text Example


Text Example

White with #CA1121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1121; }

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

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

background-color css

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

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

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

border-color css

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

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

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