Html Css Color HEX #C62327 Fire Engine Red

📋 copy color: '#C62327'

red 198 ◦ green 35 ◦ blue 39

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

Shades of Fire Engine Red #C62327

Tints of Fire Engine Red #C62327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 72.79%
G = 12.87%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62327 (or 0xC62327) is known color: Fire Engine Red. HEX triplet: C6, 23 and 27. RGB value is (198,35,39). Sum of RGB (Red+Green+Blue) = 198+35+39=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C62327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62327 is #39DCD8. Grayscale: #545454. Windows color (decimal): -3792089 or 2565062. OLE color: 2565062.

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

Color convert

RGB 198 35 39 -
CMYK 0 0.82 0.80 0.22
HSL 358.53º 0.7% 0.46% -
HSV(B) 358.53º 0.82% 0.78% -
XYZ 24.26 13.35 3.22 -
YUV 84.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 198 35 39 0 0.82 0.80 0.22 358.53 0.7 0.46
Hex C6 23 27 0 52 50 16 167 46 2E
Octal 306 43 47 0 122 120 26 547 106 56
Binary 11000110 100011 100111 0 1010010 1010000 10110 101100111 1000110 101110

Color Harmonies of #C62327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62327

Black with #C62327

Text Example


Text Example

White with #C62327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62327; }

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

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

background-color css

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

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

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

border-color css

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

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

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