Html Css Color HEX #C21722 Fire Engine Red

📋 copy color: '#C21722'

red 194 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #C21722

Tints of Fire Engine Red #C21722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

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

R = 77.29%
G = 9.16%
B = 13.55%

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

#C21722 (or 0xC21722) is known color: Fire Engine Red. HEX triplet: C2, 17 and 22. RGB value is (194,23,34). Sum of RGB (Red+Green+Blue) = 194+23+34=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21722 is #3DE8DD. Grayscale: #4B4B4B. Windows color (decimal): -4057310 or 2234306. OLE color: 2234306.

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

Color convert

RGB 194 23 34 -
CMYK 0 0.88 0.82 0.24
HSL 356.14º 0.79% 0.43% -
HSV(B) 356.14º 0.88% 0.76% -
XYZ 22.84 12.2 2.66 -
YUV 75.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 194 23 34 0 0.88 0.82 0.24 356.14 0.79 0.43
Hex C2 17 22 0 58 52 18 164 4F 2B
Octal 302 27 42 0 130 122 30 544 117 53
Binary 11000010 10111 100010 0 1011000 1010010 11000 101100100 1001111 101011

Color Harmonies of #C21722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21722

Black with #C21722

Text Example


Text Example

White with #C21722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21722; }

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

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

background-color css

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

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

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

border-color css

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

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

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