Html Css Color HEX #C21026 Fire Engine Red

📋 copy color: '#C21026'

red 194 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #C21026

Tints of Fire Engine Red #C21026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

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

R = 78.23%
G = 6.45%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21026 (or 0xC21026) is known color: Fire Engine Red. HEX triplet: C2, 10 and 26. RGB value is (194,16,38). Sum of RGB (Red+Green+Blue) = 194+16+38=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C21026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21026 is #3DEFD9. Grayscale: #474747. Windows color (decimal): -4059098 or 2494658. OLE color: 2494658.

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

Color convert

RGB 194 16 38 -
CMYK 0 0.92 0.80 0.24
HSL 352.58º 0.85% 0.41% -
HSV(B) 352.58º 0.92% 0.76% -
XYZ 22.78 11.98 2.95 -
YUV 71.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 194 16 38 0 0.92 0.80 0.24 352.58 0.85 0.41
Hex C2 10 26 0 5C 50 18 161 55 29
Octal 302 20 46 0 134 120 30 541 125 51
Binary 11000010 10000 100110 0 1011100 1010000 11000 101100001 1010101 101001

Color Harmonies of #C21026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21026

Black with #C21026

Text Example


Text Example

White with #C21026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21026; }

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

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

background-color css

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

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

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

border-color css

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

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

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