Html Css Color HEX #C21127 Fire Engine Red

📋 copy color: '#C21127'

red 194 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #C21127

Tints of Fire Engine Red #C21127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 77.6%
G = 6.8%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21127 (or 0xC21127) is known color: Fire Engine Red. HEX triplet: C2, 11 and 27. RGB value is (194,17,39). Sum of RGB (Red+Green+Blue) = 194+17+39=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C21127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21127 is #3DEED8. Grayscale: #484848. Windows color (decimal): -4058841 or 2560450. OLE color: 2560450.

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

Color convert

RGB 194 17 39 -
CMYK 0 0.91 0.80 0.24
HSL 352.54º 0.84% 0.41% -
HSV(B) 352.54º 0.91% 0.76% -
XYZ 22.81 12.02 3.04 -
YUV 72.43 109.14 214.71 -
System Red Green Blue C M Y K H S L
Decimal 194 17 39 0 0.91 0.80 0.24 352.54 0.84 0.41
Hex C2 11 27 0 5B 50 18 161 54 29
Octal 302 21 47 0 133 120 30 541 124 51
Binary 11000010 10001 100111 0 1011011 1010000 11000 101100001 1010100 101001

Color Harmonies of #C21127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21127

Black with #C21127

Text Example


Text Example

White with #C21127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21127; }

 p { color: rgb(194,17,39); }

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

background-color css

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

 a { background-color: rgb(194,17,39); }

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

border-color css

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

 span { border-color: rgb(194,17,39); }

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