Html Css Color HEX #CA1621 Fire Engine Red

📋 copy color: '#CA1621'

red 202 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #CA1621

Tints of Fire Engine Red #CA1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 78.6%
G = 8.56%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#CA1621 (or 0xCA1621) is known color: Fire Engine Red. HEX triplet: CA, 16 and 21. RGB value is (202,22,33). Sum of RGB (Red+Green+Blue) = 202+22+33=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1621 is #35E9DE. Grayscale: #4D4D4D. Windows color (decimal): -3533279 or 2168522. OLE color: 2168522.

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

Color convert

RGB 202 22 33 -
CMYK 0 0.89 0.84 0.21
HSL 356.33º 0.8% 0.44% -
HSV(B) 356.33º 0.89% 0.79% -
XYZ 24.92 13.24 2.68 -
YUV 77.07 103.13 217.11 -
System Red Green Blue C M Y K H S L
Decimal 202 22 33 0 0.89 0.84 0.21 356.33 0.8 0.44
Hex CA 16 21 0 59 54 15 164 50 2C
Octal 312 26 41 0 131 124 25 544 120 54
Binary 11001010 10110 100001 0 1011001 1010100 10101 101100100 1010000 101100

Color Harmonies of #CA1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1621

Black with #CA1621

Text Example


Text Example

White with #CA1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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