Html Css Color HEX #C21627 Fire Engine Red

📋 copy color: '#C21627'

red 194 ◦ green 22 ◦ blue 39

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

Shades of Fire Engine Red #C21627

Tints of Fire Engine Red #C21627

RGB

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

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

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

R = 76.08%
G = 8.63%
B = 15.29%

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

#C21627 (or 0xC21627) is known color: Fire Engine Red. HEX triplet: C2, 16 and 27. RGB value is (194,22,39). Sum of RGB (Red+Green+Blue) = 194+22+39=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21627 is #3DE9D8. Grayscale: #4B4B4B. Windows color (decimal): -4057561 or 2561730. OLE color: 2561730.

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

Color convert

RGB 194 22 39 -
CMYK 0 0.89 0.80 0.24
HSL 354.07º 0.8% 0.42% -
HSV(B) 354.07º 0.89% 0.76% -
XYZ 22.9 12.19 3.07 -
YUV 75.37 107.48 212.62 -
System Red Green Blue C M Y K H S L
Decimal 194 22 39 0 0.89 0.80 0.24 354.07 0.8 0.42
Hex C2 16 27 0 59 50 18 162 50 2A
Octal 302 26 47 0 131 120 30 542 120 52
Binary 11000010 10110 100111 0 1011001 1010000 11000 101100010 1010000 101010

Color Harmonies of #C21627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21627

Black with #C21627

Text Example


Text Example

White with #C21627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21627; }

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

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

background-color css

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

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

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

border-color css

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

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

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