Html Css Color HEX #C62329 Fire Engine Red

📋 copy color: '#C62329'

red 198 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #C62329

Tints of Fire Engine Red #C62329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.96%

R = 72.26%
G = 12.77%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C62329 (or 0xC62329) is known color: Fire Engine Red. HEX triplet: C6, 23 and 29. RGB value is (198,35,41). Sum of RGB (Red+Green+Blue) = 198+35+41=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C62329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62329 is #39DCD6. Grayscale: #545454. Windows color (decimal): -3792087 or 2696134. OLE color: 2696134.

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

Color convert

RGB 198 35 41 -
CMYK 0 0.82 0.79 0.22
HSL 357.79º 0.7% 0.46% -
HSV(B) 357.79º 0.82% 0.78% -
XYZ 24.29 13.37 3.4 -
YUV 84.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 198 35 41 0 0.82 0.79 0.22 357.79 0.7 0.46
Hex C6 23 29 0 52 4F 16 166 46 2E
Octal 306 43 51 0 122 117 26 546 106 56
Binary 11000110 100011 101001 0 1010010 1001111 10110 101100110 1000110 101110

Color Harmonies of #C62329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62329

Black with #C62329

Text Example


Text Example

White with #C62329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62329; }

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

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

background-color css

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

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

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

border-color css

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

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

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