Html Css Color HEX #C62025 Fire Engine Red

📋 copy color: '#C62025'

red 198 ◦ green 32 ◦ blue 37

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

Shades of Fire Engine Red #C62025

Tints of Fire Engine Red #C62025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 74.16%
G = 11.99%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C62025 (or 0xC62025) is known color: Fire Engine Red. HEX triplet: C6, 20 and 25. RGB value is (198,32,37). Sum of RGB (Red+Green+Blue) = 198+32+37=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62025 is #39DFDA. Grayscale: #525252. Windows color (decimal): -3792859 or 2433222. OLE color: 2433222.

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

Color convert

RGB 198 32 37 -
CMYK 0 0.84 0.81 0.22
HSL 358.19º 0.72% 0.45% -
HSV(B) 358.19º 0.84% 0.78% -
XYZ 24.14 13.17 3.02 -
YUV 82.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 198 32 37 0 0.84 0.81 0.22 358.19 0.72 0.45
Hex C6 20 25 0 54 51 16 166 48 2D
Octal 306 40 45 0 124 121 26 546 110 55
Binary 11000110 100000 100101 0 1010100 1010001 10110 101100110 1001000 101101

Color Harmonies of #C62025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62025

Black with #C62025

Text Example


Text Example

White with #C62025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62025; }

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

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

background-color css

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

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

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

border-color css

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

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

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