Html Css Color HEX #C83000 Harley Davidson Orange

📋 copy color: '#C83000'

red 200 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #C83000

Tints of Harley Davidson Orange #C83000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.65%
G = 19.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C83000 (or 0xC83000) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 00. RGB value is (200,48,0). Sum of RGB (Red+Green+Blue) = 200+48+0=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C83000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83000 is #37CFFF. Grayscale: #585858. Windows color (decimal): -3657728 or 12488. OLE color: 12488.

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

Color convert

RGB 200 48 0 -
CMYK 0 0.76 1 0.22
HSL 14.4º 1% 0.39% -
HSV(B) 14.4º 1% 0.78% -
XYZ 24.88 14.39 1.47 -
YUV 87.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 200 48 0 0 0.76 1 0.22 14.4 1 0.39
Hex C8 30 0 0 4C 64 16 E 64 27
Octal 310 60 0 0 114 144 26 16 144 47
Binary 11001000 110000 0 0 1001100 1100100 10110 1110 1100100 100111

Color Harmonies of #C83000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83000

Black with #C83000

Text Example


Text Example

White with #C83000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83000; }

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

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

background-color css

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

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

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

border-color css

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

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

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