Html Css Color HEX #C62123 Fire Engine Red

📋 copy color: '#C62123'

red 198 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #C62123

Tints of Fire Engine Red #C62123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 74.44%
G = 12.41%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C62123 (or 0xC62123) is known color: Fire Engine Red. HEX triplet: C6, 21 and 23. RGB value is (198,33,35). Sum of RGB (Red+Green+Blue) = 198+33+35=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C62123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62123 is #39DEDC. Grayscale: #525252. Windows color (decimal): -3792605 or 2302406. OLE color: 2302406.

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

Color convert

RGB 198 33 35 -
CMYK 0 0.83 0.82 0.22
HSL 359.27º 0.71% 0.45% -
HSV(B) 359.27º 0.83% 0.78% -
XYZ 24.14 13.21 2.87 -
YUV 82.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 198 33 35 0 0.83 0.82 0.22 359.27 0.71 0.45
Hex C6 21 23 0 53 52 16 167 47 2D
Octal 306 41 43 0 123 122 26 547 107 55
Binary 11000110 100001 100011 0 1010011 1010010 10110 101100111 1000111 101101

Color Harmonies of #C62123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62123

Black with #C62123

Text Example


Text Example

White with #C62123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62123; }

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

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

background-color css

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

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

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

border-color css

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

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

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