Html Css Color HEX #C82417 Harley Davidson Orange

📋 copy color: '#C82417'

red 200 ◦ green 36 ◦ blue 23

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

Shades of Harley Davidson Orange #C82417

Tints of Harley Davidson Orange #C82417

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 77.22%
G = 13.9%
B = 8.88%

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

#C82417 (or 0xC82417) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 17. RGB value is (200,36,23). Sum of RGB (Red+Green+Blue) = 200+36+23=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C82417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82417 is #37DBE8. Grayscale: #535353. Windows color (decimal): -3660777 or 1516744. OLE color: 1516744.

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

Color convert

RGB 200 36 23 -
CMYK 0 0.82 0.88 0.22
HSL 4.41º 0.79% 0.44% -
HSV(B) 4.41º 0.89% 0.78% -
XYZ 24.6 13.6 2.14 -
YUV 83.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 200 36 23 0 0.82 0.88 0.22 4.41 0.79 0.44
Hex C8 24 17 0 52 58 16 4 4F 2C
Octal 310 44 27 0 122 130 26 4 117 54
Binary 11001000 100100 10111 0 1010010 1011000 10110 100 1001111 101100

Color Harmonies of #C82417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82417

Black with #C82417

Text Example


Text Example

White with #C82417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82417; }

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

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

background-color css

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

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

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

border-color css

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

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

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