Html Css Color HEX #C62328 Fire Engine Red

📋 copy color: '#C62328'

red 198 ◦ green 35 ◦ blue 40

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

Shades of Fire Engine Red #C62328

Tints of Fire Engine Red #C62328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 72.53%
G = 12.82%
B = 14.65%

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

#C62328 (or 0xC62328) is known color: Fire Engine Red. HEX triplet: C6, 23 and 28. RGB value is (198,35,40). Sum of RGB (Red+Green+Blue) = 198+35+40=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C62328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62328 is #39DCD7. Grayscale: #545454. Windows color (decimal): -3792088 or 2630598. OLE color: 2630598.

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

Color convert

RGB 198 35 40 -
CMYK 0 0.82 0.80 0.22
HSL 358.16º 0.7% 0.46% -
HSV(B) 358.16º 0.82% 0.78% -
XYZ 24.27 13.36 3.31 -
YUV 84.31 103 209.09 -
System Red Green Blue C M Y K H S L
Decimal 198 35 40 0 0.82 0.80 0.22 358.16 0.7 0.46
Hex C6 23 28 0 52 50 16 166 46 2E
Octal 306 43 50 0 122 120 26 546 106 56
Binary 11000110 100011 101000 0 1010010 1010000 10110 101100110 1000110 101110

Color Harmonies of #C62328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62328

Black with #C62328

Text Example


Text Example

White with #C62328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62328; }

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

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

background-color css

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

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

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

border-color css

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

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

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