Html Css Color HEX #C21626 Fire Engine Red

📋 copy color: '#C21626'

red 194 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #C21626

Tints of Fire Engine Red #C21626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 76.38%
G = 8.66%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21626 (or 0xC21626) is known color: Fire Engine Red. HEX triplet: C2, 16 and 26. RGB value is (194,22,38). Sum of RGB (Red+Green+Blue) = 194+22+38=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21626 is #3DE9D9. Grayscale: #4B4B4B. Windows color (decimal): -4057562 or 2496194. OLE color: 2496194.

HSL color Cylindrical-coordinate representation of color #C21626: hue angle of 354.42º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21626 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 38 -
CMYK 0 0.89 0.80 0.24
HSL 354.42º 0.8% 0.42% -
HSV(B) 354.42º 0.89% 0.76% -
XYZ 22.88 12.18 2.98 -
YUV 75.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 194 22 38 0 0.89 0.80 0.24 354.42 0.8 0.42
Hex C2 16 26 0 59 50 18 162 50 2A
Octal 302 26 46 0 131 120 30 542 120 52
Binary 11000010 10110 100110 0 1011001 1010000 11000 101100010 1010000 101010

Color Harmonies of #C21626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21626

Black with #C21626

Text Example


Text Example

White with #C21626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21626; }

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

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

background-color css

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

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

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

border-color css

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

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

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