Html Css Color HEX #C63417 Harley Davidson Orange

📋 copy color: '#C63417'

red 198 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #C63417

Tints of Harley Davidson Orange #C63417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 72.53%
G = 19.05%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C63417 (or 0xC63417) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 17. RGB value is (198,52,23). Sum of RGB (Red+Green+Blue) = 198+52+23=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C63417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63417 is #39CBE8. Grayscale: #5C5C5C. Windows color (decimal): -3787753 or 1520838. OLE color: 1520838.

HSL color Cylindrical-coordinate representation of color #C63417: hue angle of 9.94º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C63417 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 23 -
CMYK 0 0.74 0.88 0.22
HSL 9.94º 0.79% 0.43% -
HSV(B) 9.94º 0.88% 0.78% -
XYZ 24.67 14.52 2.31 -
YUV 92.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 198 52 23 0 0.74 0.88 0.22 9.94 0.79 0.43
Hex C6 34 17 0 4A 58 16 A 4F 2B
Octal 306 64 27 0 112 130 26 12 117 53
Binary 11000110 110100 10111 0 1001010 1011000 10110 1010 1001111 101011

Color Harmonies of #C63417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63417

Black with #C63417

Text Example


Text Example

White with #C63417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63417; }

 p { color: rgb(198,52,23); }

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

background-color css

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

 a { background-color: rgb(198,52,23); }

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

border-color css

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

 span { border-color: rgb(198,52,23); }

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