Html Css Color HEX #C83010 Harley Davidson Orange

📋 copy color: '#C83010'

red 200 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #C83010

Tints of Harley Davidson Orange #C83010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 75.76%
G = 18.18%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C83010 (or 0xC83010) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 10. RGB value is (200,48,16). Sum of RGB (Red+Green+Blue) = 200+48+16=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C83010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83010 is #37CFEF. Grayscale: #5A5A5A. Windows color (decimal): -3657712 or 1061064. OLE color: 1061064.

HSL color Cylindrical-coordinate representation of color #C83010: hue angle of 10.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C83010 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 16 -
CMYK 0 0.76 0.92 0.22
HSL 10.43º 0.85% 0.42% -
HSV(B) 10.43º 0.92% 0.78% -
XYZ 24.97 14.43 1.96 -
YUV 89.8 86.36 206.6 -
System Red Green Blue C M Y K H S L
Decimal 200 48 16 0 0.76 0.92 0.22 10.43 0.85 0.42
Hex C8 30 10 0 4C 5C 16 A 55 2A
Octal 310 60 20 0 114 134 26 12 125 52
Binary 11001000 110000 10000 0 1001100 1011100 10110 1010 1010101 101010

Color Harmonies of #C83010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83010

Black with #C83010

Text Example


Text Example

White with #C83010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83010; }

 p { color: rgb(200,48,16); }

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

background-color css

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

 a { background-color: rgb(200,48,16); }

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

border-color css

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

 span { border-color: rgb(200,48,16); }

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