Html Css Color HEX #C82717 Harley Davidson Orange

📋 copy color: '#C82717'

red 200 ◦ green 39 ◦ blue 23

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

Shades of Harley Davidson Orange #C82717

Tints of Harley Davidson Orange #C82717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 76.34%
G = 14.89%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82717 (or 0xC82717) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 17. RGB value is (200,39,23). Sum of RGB (Red+Green+Blue) = 200+39+23=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C82717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82717 is #37D8E8. Grayscale: #555555. Windows color (decimal): -3660009 or 1517512. OLE color: 1517512.

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

Color convert

RGB 200 39 23 -
CMYK 0 0.80 0.88 0.22
HSL 5.42º 0.79% 0.44% -
HSV(B) 5.42º 0.89% 0.78% -
XYZ 24.7 13.79 2.17 -
YUV 85.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 200 39 23 0 0.80 0.88 0.22 5.42 0.79 0.44
Hex C8 27 17 0 50 58 16 5 4F 2C
Octal 310 47 27 0 120 130 26 5 117 54
Binary 11001000 100111 10111 0 1010000 1011000 10110 101 1001111 101100

Color Harmonies of #C82717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82717

Black with #C82717

Text Example


Text Example

White with #C82717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82717; }

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

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

background-color css

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

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

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

border-color css

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

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

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