Html Css Color HEX #C82701 Harley Davidson Orange

📋 copy color: '#C82701'

red 200 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #C82701

Tints of Harley Davidson Orange #C82701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.25%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 83.33%
G = 16.25%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#C82701 (or 0xC82701) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 01. RGB value is (200,39,1). Sum of RGB (Red+Green+Blue) = 200+39+1=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C82701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82701 is #37D8FE. Grayscale: #535353. Windows color (decimal): -3660031 or 75720. OLE color: 75720.

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

Color convert

RGB 200 39 1 -
CMYK 0 0.80 1.00 0.22
HSL 11.46º 0.99% 0.39% -
HSV(B) 11.46º 1% 0.78% -
XYZ 24.55 13.73 1.39 -
YUV 82.81 81.84 211.59 -
System Red Green Blue C M Y K H S L
Decimal 200 39 1 0 0.80 1.00 0.22 11.46 0.99 0.39
Hex C8 27 1 0 50 64 16 B 63 27
Octal 310 47 1 0 120 144 26 13 143 47
Binary 11001000 100111 1 0 1010000 1100100 10110 1011 1100011 100111

Color Harmonies of #C82701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82701

Black with #C82701

Text Example


Text Example

White with #C82701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82701; }

 p { color: rgb(200,39,1); }

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

background-color css

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

 a { background-color: rgb(200,39,1); }

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

border-color css

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

 span { border-color: rgb(200,39,1); }

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