Html Css Color HEX #C63805 Harley Davidson Orange

📋 copy color: '#C63805'

red 198 ◦ green 56 ◦ blue 5

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

Shades of Harley Davidson Orange #C63805

Tints of Harley Davidson Orange #C63805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 76.45%
G = 21.62%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63805 (or 0xC63805) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 05. RGB value is (198,56,5). Sum of RGB (Red+Green+Blue) = 198+56+5=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C63805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63805 is #39C7FA. Grayscale: #5C5C5C. Windows color (decimal): -3786747 or 342214. OLE color: 342214.

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

Color convert

RGB 198 56 5 -
CMYK 0 0.72 0.97 0.22
HSL 15.85º 0.95% 0.4% -
HSV(B) 15.85º 0.97% 0.78% -
XYZ 24.73 14.85 1.71 -
YUV 92.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 198 56 5 0 0.72 0.97 0.22 15.85 0.95 0.4
Hex C6 38 5 0 48 61 16 10 5F 28
Octal 306 70 5 0 110 141 26 20 137 50
Binary 11000110 111000 101 0 1001000 1100001 10110 10000 1011111 101000

Color Harmonies of #C63805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63805

Black with #C63805

Text Example


Text Example

White with #C63805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63805; }

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

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

background-color css

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

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

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

border-color css

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

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

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