Html Css Color HEX #C82517 Harley Davidson Orange

📋 copy color: '#C82517'

red 200 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #C82517

Tints of Harley Davidson Orange #C82517

RGB

 RED value IS 200 (78.52% from 255) = 76.92%

 GREEN value IS 37 (14.84% from 255) = 14.23%

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

R = 76.92%
G = 14.23%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82517 (or 0xC82517) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 17. RGB value is (200,37,23). Sum of RGB (Red+Green+Blue) = 200+37+23=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82517 is #37DAE8. Grayscale: #545454. Windows color (decimal): -3660521 or 1517000. OLE color: 1517000.

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

Color convert

RGB 200 37 23 -
CMYK 0 0.82 0.88 0.22
HSL 4.75º 0.79% 0.44% -
HSV(B) 4.75º 0.89% 0.78% -
XYZ 24.64 13.66 2.15 -
YUV 84.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 200 37 23 0 0.82 0.88 0.22 4.75 0.79 0.44
Hex C8 25 17 0 52 58 16 5 4F 2C
Octal 310 45 27 0 122 130 26 5 117 54
Binary 11001000 100101 10111 0 1010010 1011000 10110 101 1001111 101100

Color Harmonies of #C82517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82517

Black with #C82517

Text Example


Text Example

White with #C82517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82517; }

 p { color: rgb(200,37,23); }

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

background-color css

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

 a { background-color: rgb(200,37,23); }

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

border-color css

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

 span { border-color: rgb(200,37,23); }

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