Html Css Color HEX #C21719 Fire Engine Red

📋 copy color: '#C21719'

red 194 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #C21719

Tints of Fire Engine Red #C21719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 80.17%
G = 9.5%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C21719 (or 0xC21719) is known color: Fire Engine Red. HEX triplet: C2, 17 and 19. RGB value is (194,23,25). Sum of RGB (Red+Green+Blue) = 194+23+25=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21719 is #3DE8E6. Grayscale: #4A4A4A. Windows color (decimal): -4057319 or 1644482. OLE color: 1644482.

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

Color convert

RGB 194 23 25 -
CMYK 0 0.88 0.87 0.24
HSL 359.3º 0.79% 0.43% -
HSV(B) 359.3º 0.88% 0.76% -
XYZ 22.73 12.15 2.07 -
YUV 74.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 194 23 25 0 0.88 0.87 0.24 359.3 0.79 0.43
Hex C2 17 19 0 58 57 18 167 4F 2B
Octal 302 27 31 0 130 127 30 547 117 53
Binary 11000010 10111 11001 0 1011000 1010111 11000 101100111 1001111 101011

Color Harmonies of #C21719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21719

Black with #C21719

Text Example


Text Example

White with #C21719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21719; }

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

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

background-color css

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

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

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

border-color css

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

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

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