Html Css Color HEX #C63108 Harley Davidson Orange

📋 copy color: '#C63108'

red 198 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #C63108

Tints of Harley Davidson Orange #C63108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.22%

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

R = 77.65%
G = 19.22%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C63108 (or 0xC63108) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 08. RGB value is (198,49,8). Sum of RGB (Red+Green+Blue) = 198+49+8=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C63108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63108 is #39CEF7. Grayscale: #595959. Windows color (decimal): -3788536 or 537030. OLE color: 537030.

HSL color Cylindrical-coordinate representation of color #C63108: hue angle of 12.95º 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 #C63108 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 8 -
CMYK 0 0.75 0.96 0.22
HSL 12.95º 0.92% 0.4% -
HSV(B) 12.95º 0.96% 0.78% -
XYZ 24.43 14.22 1.69 -
YUV 88.88 82.36 205.83 -
System Red Green Blue C M Y K H S L
Decimal 198 49 8 0 0.75 0.96 0.22 12.95 0.92 0.4
Hex C6 31 8 0 4B 60 16 D 5C 28
Octal 306 61 10 0 113 140 26 15 134 50
Binary 11000110 110001 1000 0 1001011 1100000 10110 1101 1011100 101000

Color Harmonies of #C63108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63108

Black with #C63108

Text Example


Text Example

White with #C63108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63108; }

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

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

background-color css

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

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

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

border-color css

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

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

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