Html Css Color HEX #C62127 Fire Engine Red

📋 copy color: '#C62127'

red 198 ◦ green 33 ◦ blue 39

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

Shades of Fire Engine Red #C62127

Tints of Fire Engine Red #C62127

RGB

 RED value IS 198 (77.73% from 255) = 73.33%

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 73.33%
G = 12.22%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62127 (or 0xC62127) is known color: Fire Engine Red. HEX triplet: C6, 21 and 27. RGB value is (198,33,39). Sum of RGB (Red+Green+Blue) = 198+33+39=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62127 is #39DED8. Grayscale: #535353. Windows color (decimal): -3792601 or 2564550. OLE color: 2564550.

HSL color Cylindrical-coordinate representation of color #C62127: hue angle of 357.82º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62127 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 33 39 -
CMYK 0 0.83 0.80 0.22
HSL 357.82º 0.71% 0.45% -
HSV(B) 357.82º 0.83% 0.78% -
XYZ 24.2 13.24 3.2 -
YUV 83.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 198 33 39 0 0.83 0.80 0.22 357.82 0.71 0.45
Hex C6 21 27 0 53 50 16 166 47 2D
Octal 306 41 47 0 123 120 26 546 107 55
Binary 11000110 100001 100111 0 1010011 1010000 10110 101100110 1000111 101101

Color Harmonies of #C62127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62127

Black with #C62127

Text Example


Text Example

White with #C62127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62127; }

 p { color: rgb(198,33,39); }

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

background-color css

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

 a { background-color: rgb(198,33,39); }

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

border-color css

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

 span { border-color: rgb(198,33,39); }

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