Html Css Color HEX #C83217 Harley Davidson Orange

📋 copy color: '#C83217'

red 200 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #C83217

Tints of Harley Davidson Orange #C83217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.32%

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

R = 73.26%
G = 18.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C83217 (or 0xC83217) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 17. RGB value is (200,50,23). Sum of RGB (Red+Green+Blue) = 200+50+23=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83217 is #37CDE8. Grayscale: #5C5C5C. Windows color (decimal): -3657193 or 1520328. OLE color: 1520328.

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

Color convert

RGB 200 50 23 -
CMYK 0 0.75 0.88 0.22
HSL 9.15º 0.79% 0.44% -
HSV(B) 9.15º 0.89% 0.78% -
XYZ 25.11 14.62 2.31 -
YUV 91.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 200 50 23 0 0.75 0.88 0.22 9.15 0.79 0.44
Hex C8 32 17 0 4B 58 16 9 4F 2C
Octal 310 62 27 0 113 130 26 11 117 54
Binary 11001000 110010 10111 0 1001011 1011000 10110 1001 1001111 101100

Color Harmonies of #C83217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83217

Black with #C83217

Text Example


Text Example

White with #C83217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83217; }

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

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

background-color css

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

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

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

border-color css

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

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

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