Html Css Color HEX #C63905 Harley Davidson Orange

📋 copy color: '#C63905'

red 198 ◦ green 57 ◦ blue 5

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

Shades of Harley Davidson Orange #C63905

Tints of Harley Davidson Orange #C63905

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 76.15%
G = 21.92%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C63905 (or 0xC63905) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 05. RGB value is (198,57,5). Sum of RGB (Red+Green+Blue) = 198+57+5=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C63905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63905 is #39C6FA. Grayscale: #5D5D5D. Windows color (decimal): -3786491 or 342470. OLE color: 342470.

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

Color convert

RGB 198 57 5 -
CMYK 0 0.71 0.97 0.22
HSL 16.17º 0.95% 0.4% -
HSV(B) 16.17º 0.97% 0.78% -
XYZ 24.78 14.94 1.72 -
YUV 93.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 198 57 5 0 0.71 0.97 0.22 16.17 0.95 0.4
Hex C6 39 5 0 47 61 16 10 5F 28
Octal 306 71 5 0 107 141 26 20 137 50
Binary 11000110 111001 101 0 1000111 1100001 10110 10000 1011111 101000

Color Harmonies of #C63905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63905

Black with #C63905

Text Example


Text Example

White with #C63905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63905; }

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

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

background-color css

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

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

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

border-color css

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

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

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