Html Css Color HEX #C82300 Harley Davidson Orange

📋 copy color: '#C82300'

red 200 ◦ green 35 ◦ blue 0

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

Shades of Harley Davidson Orange #C82300

Tints of Harley Davidson Orange #C82300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 85.11%
G = 14.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C82300 (or 0xC82300) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 00. RGB value is (200,35,0). Sum of RGB (Red+Green+Blue) = 200+35+0=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C82300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82300 is #37DCFF. Grayscale: #505050. Windows color (decimal): -3661056 or 9160. OLE color: 9160.

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

Color convert

RGB 200 35 0 -
CMYK 0 0.82 1 0.22
HSL 10.5º 1% 0.39% -
HSV(B) 10.5º 1% 0.78% -
XYZ 24.42 13.48 1.32 -
YUV 80.35 82.66 213.35 -
System Red Green Blue C M Y K H S L
Decimal 200 35 0 0 0.82 1 0.22 10.5 1 0.39
Hex C8 23 0 0 52 64 16 A 64 27
Octal 310 43 0 0 122 144 26 12 144 47
Binary 11001000 100011 0 0 1010010 1100100 10110 1010 1100100 100111

Color Harmonies of #C82300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82300

Black with #C82300

Text Example


Text Example

White with #C82300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82300; }

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

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

background-color css

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

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

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

border-color css

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

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

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