Html Css Color HEX #C62526 Fire Engine Red

📋 copy color: '#C62526'

red 198 ◦ green 37 ◦ blue 38

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

Shades of Fire Engine Red #C62526

Tints of Fire Engine Red #C62526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 72.53%
G = 13.55%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62526 (or 0xC62526) is known color: Fire Engine Red. HEX triplet: C6, 25 and 26. RGB value is (198,37,38). Sum of RGB (Red+Green+Blue) = 198+37+38=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C62526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62526 is #39DAD9. Grayscale: #555555. Windows color (decimal): -3791578 or 2500038. OLE color: 2500038.

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

Color convert

RGB 198 37 38 -
CMYK 0 0.81 0.81 0.22
HSL 359.63º 0.69% 0.46% -
HSV(B) 359.63º 0.81% 0.78% -
XYZ 24.3 13.47 3.15 -
YUV 85.25 101.34 208.42 -
System Red Green Blue C M Y K H S L
Decimal 198 37 38 0 0.81 0.81 0.22 359.63 0.69 0.46
Hex C6 25 26 0 51 51 16 168 45 2E
Octal 306 45 46 0 121 121 26 550 105 56
Binary 11000110 100101 100110 0 1010001 1010001 10110 101101000 1000101 101110

Color Harmonies of #C62526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62526

Black with #C62526

Text Example


Text Example

White with #C62526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62526; }

 p { color: rgb(198,37,38); }

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

background-color css

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

 a { background-color: rgb(198,37,38); }

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

border-color css

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

 span { border-color: rgb(198,37,38); }

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