Html Css Color HEX #C82C05 Harley Davidson Orange

📋 copy color: '#C82C05'

red 200 ◦ green 44 ◦ blue 5

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

Shades of Harley Davidson Orange #C82C05

Tints of Harley Davidson Orange #C82C05

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 80.32%
G = 17.67%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C82C05 (or 0xC82C05) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 05. RGB value is (200,44,5). Sum of RGB (Red+Green+Blue) = 200+44+5=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82C05 is #37D3FA. Grayscale: #565656. Windows color (decimal): -3658747 or 339144. OLE color: 339144.

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

Color convert

RGB 200 44 5 -
CMYK 0 0.78 0.98 0.22
HSL 12º 0.95% 0.4% -
HSV(B) 12º 0.98% 0.78% -
XYZ 24.75 14.09 1.56 -
YUV 86.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 200 44 5 0 0.78 0.98 0.22 12 0.95 0.4
Hex C8 2C 5 0 4E 62 16 C 5F 28
Octal 310 54 5 0 116 142 26 14 137 50
Binary 11001000 101100 101 0 1001110 1100010 10110 1100 1011111 101000

Color Harmonies of #C82C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C05

Black with #C82C05

Text Example


Text Example

White with #C82C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C05; }

 p { color: rgb(200,44,5); }

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

background-color css

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

 a { background-color: rgb(200,44,5); }

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

border-color css

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

 span { border-color: rgb(200,44,5); }

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