Html Css Color HEX #C82C14 Harley Davidson Orange

📋 copy color: '#C82C14'

red 200 ◦ green 44 ◦ blue 20

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

Shades of Harley Davidson Orange #C82C14

Tints of Harley Davidson Orange #C82C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 75.76%
G = 16.67%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C82C14 (or 0xC82C14) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 14. RGB value is (200,44,20). Sum of RGB (Red+Green+Blue) = 200+44+20=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82C14 is #37D3EB. Grayscale: #585858. Windows color (decimal): -3658732 or 1322184. OLE color: 1322184.

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

Color convert

RGB 200 44 20 -
CMYK 0 0.78 0.9 0.22
HSL 0.82% 0.43% -
HSV(B) 0.9% 0.78% -
XYZ 24.85 14.13 2.08 -
YUV 87.91 89.68 207.95 -
System Red Green Blue C M Y K H S L
Decimal 200 44 20 0 0.78 0.9 0.22 8 0.82 0.43
Hex C8 2C 14 0 4E 5A 16 8 52 2B
Octal 310 54 24 0 116 132 26 10 122 53
Binary 11001000 101100 10100 0 1001110 1011010 10110 1000 1010010 101011

Color Harmonies of #C82C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C14

Black with #C82C14

Text Example


Text Example

White with #C82C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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