Html Css Color HEX #C83019 Harley Davidson Orange

📋 copy color: '#C83019'

red 200 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #C83019

Tints of Harley Davidson Orange #C83019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 73.26%
G = 17.58%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C83019 (or 0xC83019) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 19. RGB value is (200,48,25). Sum of RGB (Red+Green+Blue) = 200+48+25=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83019 is #37CFE6. Grayscale: #5B5B5B. Windows color (decimal): -3657703 or 1650888. OLE color: 1650888.

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

Color convert

RGB 200 48 25 -
CMYK 0 0.76 0.88 0.22
HSL 7.89º 0.78% 0.44% -
HSV(B) 7.89º 0.88% 0.78% -
XYZ 25.05 14.46 2.39 -
YUV 90.83 90.86 205.87 -
System Red Green Blue C M Y K H S L
Decimal 200 48 25 0 0.76 0.88 0.22 7.89 0.78 0.44
Hex C8 30 19 0 4C 58 16 8 4E 2C
Octal 310 60 31 0 114 130 26 10 116 54
Binary 11001000 110000 11001 0 1001100 1011000 10110 1000 1001110 101100

Color Harmonies of #C83019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83019

Black with #C83019

Text Example


Text Example

White with #C83019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83019; }

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

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

background-color css

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

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

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

border-color css

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

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

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