Html Css Color HEX #C62802 Harley Davidson Orange

📋 copy color: '#C62802'

red 198 ◦ green 40 ◦ blue 2

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

Shades of Harley Davidson Orange #C62802

Tints of Harley Davidson Orange #C62802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 82.5%
G = 16.67%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62802 (or 0xC62802) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 02. RGB value is (198,40,2). Sum of RGB (Red+Green+Blue) = 198+40+2=240 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 198 - color contains mainly: red. Hex color #C62802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62802 is #39D7FD. Grayscale: #535353. Windows color (decimal): -3790846 or 141510. OLE color: 141510.

HSL color Cylindrical-coordinate representation of color #C62802: hue angle of 11.63º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C62802 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 2 -
CMYK 0 0.80 0.99 0.22
HSL 11.63º 0.98% 0.39% -
HSV(B) 11.63º 0.99% 0.78% -
XYZ 24.06 13.53 1.4 -
YUV 82.91 82.35 210.09 -
System Red Green Blue C M Y K H S L
Decimal 198 40 2 0 0.80 0.99 0.22 11.63 0.98 0.39
Hex C6 28 2 0 50 63 16 C 62 27
Octal 306 50 2 0 120 143 26 14 142 47
Binary 11000110 101000 10 0 1010000 1100011 10110 1100 1100010 100111

Color Harmonies of #C62802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62802

Black with #C62802

Text Example


Text Example

White with #C62802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62802; }

 p { color: rgb(198,40,2); }

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

background-color css

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

 a { background-color: rgb(198,40,2); }

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

border-color css

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

 span { border-color: rgb(198,40,2); }

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