Html Css Color HEX #C62205 Harley Davidson Orange

📋 copy color: '#C62205'

red 198 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #C62205

Tints of Harley Davidson Orange #C62205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 83.54%
G = 14.35%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62205 (or 0xC62205) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 05. RGB value is (198,34,5). Sum of RGB (Red+Green+Blue) = 198+34+5=237 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.54% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 198 - color contains mainly: red. Hex color #C62205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62205 is #39DDFA. Grayscale: #505050. Windows color (decimal): -3792379 or 336582. OLE color: 336582.

HSL color Cylindrical-coordinate representation of color #C62205: hue angle of 9.02º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C62205 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 34 5 -
CMYK 0 0.83 0.97 0.22
HSL 9.02º 0.95% 0.4% -
HSV(B) 9.02º 0.97% 0.78% -
XYZ 23.89 13.16 1.42 -
YUV 79.73 85.83 212.36 -
System Red Green Blue C M Y K H S L
Decimal 198 34 5 0 0.83 0.97 0.22 9.02 0.95 0.4
Hex C6 22 5 0 53 61 16 9 5F 28
Octal 306 42 5 0 123 141 26 11 137 50
Binary 11000110 100010 101 0 1010011 1100001 10110 1001 1011111 101000

Color Harmonies of #C62205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62205

Black with #C62205

Text Example


Text Example

White with #C62205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62205; }

 p { color: rgb(198,34,5); }

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

background-color css

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

 a { background-color: rgb(198,34,5); }

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

border-color css

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

 span { border-color: rgb(198,34,5); }

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