Html Css Color HEX #C62017 Fire Brick

📋 copy color: '#C62017'

red 198 ◦ green 32 ◦ blue 23

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

Shades of Fire Brick #C62017

Tints of Fire Brick #C62017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 78.26%
G = 12.65%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62017 (or 0xC62017) is known color: Fire Brick. HEX triplet: C6, 20 and 17. RGB value is (198,32,23). Sum of RGB (Red+Green+Blue) = 198+32+23=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62017 is #39DFE8. Grayscale: #505050. Windows color (decimal): -3792873 or 1515718. OLE color: 1515718.

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

Color convert

RGB 198 32 23 -
CMYK 0 0.84 0.88 0.22
HSL 3.09º 0.79% 0.43% -
HSV(B) 3.09º 0.88% 0.78% -
XYZ 23.96 13.1 2.08 -
YUV 80.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 198 32 23 0 0.84 0.88 0.22 3.09 0.79 0.43
Hex C6 20 17 0 54 58 16 3 4F 2B
Octal 306 40 27 0 124 130 26 3 117 53
Binary 11000110 100000 10111 0 1010100 1011000 10110 11 1001111 101011

Color Harmonies of #C62017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62017

Black with #C62017

Text Example


Text Example

White with #C62017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62017; }

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

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

background-color css

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

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

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

border-color css

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

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

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