Html Css Color HEX #C21726 Fire Engine Red

📋 copy color: '#C21726'

red 194 ◦ green 23 ◦ blue 38

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

Shades of Fire Engine Red #C21726

Tints of Fire Engine Red #C21726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 76.08%
G = 9.02%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21726 (or 0xC21726) is known color: Fire Engine Red. HEX triplet: C2, 17 and 26. RGB value is (194,23,38). Sum of RGB (Red+Green+Blue) = 194+23+38=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21726 is #3DE8D9. Grayscale: #4B4B4B. Windows color (decimal): -4057306 or 2496450. OLE color: 2496450.

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

Color convert

RGB 194 23 38 -
CMYK 0 0.88 0.80 0.24
HSL 354.74º 0.79% 0.43% -
HSV(B) 354.74º 0.88% 0.76% -
XYZ 22.9 12.22 2.99 -
YUV 75.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 194 23 38 0 0.88 0.80 0.24 354.74 0.79 0.43
Hex C2 17 26 0 58 50 18 163 4F 2B
Octal 302 27 46 0 130 120 30 543 117 53
Binary 11000010 10111 100110 0 1011000 1010000 11000 101100011 1001111 101011

Color Harmonies of #C21726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21726

Black with #C21726

Text Example


Text Example

White with #C21726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21726; }

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

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

background-color css

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

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

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

border-color css

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

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

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