Html Css Color HEX #C62800 Harley Davidson Orange

📋 copy color: '#C62800'

red 198 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C62800

Tints of Harley Davidson Orange #C62800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.19%
G = 16.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C62800 (or 0xC62800) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 00. RGB value is (198,40,0). Sum of RGB (Red+Green+Blue) = 198+40+0=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62800 is #39D7FF. Grayscale: #535353. Windows color (decimal): -3790848 or 10438. OLE color: 10438.

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

Color convert

RGB 198 40 0 -
CMYK 0 0.80 1 0.22
HSL 12.12º 1% 0.39% -
HSV(B) 12.12º 1% 0.78% -
XYZ 24.05 13.52 1.34 -
YUV 82.68 81.35 210.25 -
System Red Green Blue C M Y K H S L
Decimal 198 40 0 0 0.80 1 0.22 12.12 1 0.39
Hex C6 28 0 0 50 64 16 C 64 27
Octal 306 50 0 0 120 144 26 14 144 47
Binary 11000110 101000 0 0 1010000 1100100 10110 1100 1100100 100111

Color Harmonies of #C62800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62800

Black with #C62800

Text Example


Text Example

White with #C62800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62800; }

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

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

background-color css

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

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

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

border-color css

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

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

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