Html Css Color HEX #C21822 Fire Engine Red

📋 copy color: '#C21822'

red 194 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #C21822

Tints of Fire Engine Red #C21822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.49%

R = 76.98%
G = 9.52%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C21822 (or 0xC21822) is known color: Fire Engine Red. HEX triplet: C2, 18 and 22. RGB value is (194,24,34). Sum of RGB (Red+Green+Blue) = 194+24+34=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21822 is #3DE7DD. Grayscale: #4C4C4C. Windows color (decimal): -4057054 or 2234562. OLE color: 2234562.

HSL color Cylindrical-coordinate representation of color #C21822: hue angle of 356.47º 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 #C21822 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 24 34 -
CMYK 0 0.88 0.82 0.24
HSL 356.47º 0.78% 0.43% -
HSV(B) 356.47º 0.88% 0.76% -
XYZ 22.86 12.24 2.67 -
YUV 75.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 194 24 34 0 0.88 0.82 0.24 356.47 0.78 0.43
Hex C2 18 22 0 58 52 18 164 4E 2B
Octal 302 30 42 0 130 122 30 544 116 53
Binary 11000010 11000 100010 0 1011000 1010010 11000 101100100 1001110 101011

Color Harmonies of #C21822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21822

Black with #C21822

Text Example


Text Example

White with #C21822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21822; }

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

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

background-color css

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

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

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

border-color css

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

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

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