Html Css Color HEX #C62708 Harley Davidson Orange

📋 copy color: '#C62708'

red 198 ◦ green 39 ◦ blue 8

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

Shades of Harley Davidson Orange #C62708

Tints of Harley Davidson Orange #C62708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 80.82%
G = 15.92%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C62708 (or 0xC62708) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 08. RGB value is (198,39,8). Sum of RGB (Red+Green+Blue) = 198+39+8=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C62708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62708 is #39D8F7. Grayscale: #535353. Windows color (decimal): -3791096 or 534470. OLE color: 534470.

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

Color convert

RGB 198 39 8 -
CMYK 0 0.80 0.96 0.22
HSL 9.79º 0.92% 0.4% -
HSV(B) 9.79º 0.96% 0.78% -
XYZ 24.06 13.47 1.56 -
YUV 83.01 85.68 210.02 -
System Red Green Blue C M Y K H S L
Decimal 198 39 8 0 0.80 0.96 0.22 9.79 0.92 0.4
Hex C6 27 8 0 50 60 16 A 5C 28
Octal 306 47 10 0 120 140 26 12 134 50
Binary 11000110 100111 1000 0 1010000 1100000 10110 1010 1011100 101000

Color Harmonies of #C62708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62708

Black with #C62708

Text Example


Text Example

White with #C62708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62708; }

 p { color: rgb(198,39,8); }

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

background-color css

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

 a { background-color: rgb(198,39,8); }

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

border-color css

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

 span { border-color: rgb(198,39,8); }

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