Html Css Color HEX #C62129 Fire Engine Red

📋 copy color: '#C62129'

red 198 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #C62129

Tints of Fire Engine Red #C62129

RGB

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

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

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

R = 72.79%
G = 12.13%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C62129 (or 0xC62129) is known color: Fire Engine Red. HEX triplet: C6, 21 and 29. RGB value is (198,33,41). Sum of RGB (Red+Green+Blue) = 198+33+41=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C62129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62129 is #39DED6. Grayscale: #535353. Windows color (decimal): -3792599 or 2695622. OLE color: 2695622.

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

Color convert

RGB 198 33 41 -
CMYK 0 0.83 0.79 0.22
HSL 357.09º 0.71% 0.45% -
HSV(B) 357.09º 0.83% 0.78% -
XYZ 24.23 13.25 3.38 -
YUV 83.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 198 33 41 0 0.83 0.79 0.22 357.09 0.71 0.45
Hex C6 21 29 0 53 4F 16 165 47 2D
Octal 306 41 51 0 123 117 26 545 107 55
Binary 11000110 100001 101001 0 1010011 1001111 10110 101100101 1000111 101101

Color Harmonies of #C62129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62129

Black with #C62129

Text Example


Text Example

White with #C62129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62129; }

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

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

background-color css

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

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

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

border-color css

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

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

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