Html Css Color HEX #C21820 Fire Engine Red

📋 copy color: '#C21820'

red 194 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #C21820

Tints of Fire Engine Red #C21820

RGB

 RED value IS 194 (76.17% from 255) = 77.6%

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 77.6%
G = 9.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21820 (or 0xC21820) is known color: Fire Engine Red. HEX triplet: C2, 18 and 20. RGB value is (194,24,32). Sum of RGB (Red+Green+Blue) = 194+24+32=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C21820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21820 is #3DE7DF. Grayscale: #4B4B4B. Windows color (decimal): -4057056 or 2103490. OLE color: 2103490.

HSL color Cylindrical-coordinate representation of color #C21820: hue angle of 357.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 32 -
CMYK 0 0.88 0.84 0.24
HSL 357.18º 0.78% 0.43% -
HSV(B) 357.18º 0.88% 0.76% -
XYZ 22.84 12.23 2.52 -
YUV 75.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 194 24 32 0 0.88 0.84 0.24 357.18 0.78 0.43
Hex C2 18 20 0 58 54 18 165 4E 2B
Octal 302 30 40 0 130 124 30 545 116 53
Binary 11000010 11000 100000 0 1011000 1010100 11000 101100101 1001110 101011

Color Harmonies of #C21820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21820

Black with #C21820

Text Example


Text Example

White with #C21820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21820; }

 p { color: rgb(194,24,32); }

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

background-color css

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

 a { background-color: rgb(194,24,32); }

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

border-color css

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

 span { border-color: rgb(194,24,32); }

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