Html Css Color HEX #C82F11 Harley Davidson Orange

📋 copy color: '#C82F11'

red 200 ◦ green 47 ◦ blue 17

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

Shades of Harley Davidson Orange #C82F11

Tints of Harley Davidson Orange #C82F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.8%

 BLUE value IS 17 (7.03% from 255) = 6.44%

R = 75.76%
G = 17.8%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82F11 (or 0xC82F11) is known color: Harley Davidson Orange. HEX triplet: C8, 2F and 11. RGB value is (200,47,17). Sum of RGB (Red+Green+Blue) = 200+47+17=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82F11 is #37D0EE. Grayscale: #595959. Windows color (decimal): -3657967 or 1126344. OLE color: 1126344.

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

Color convert

RGB 200 47 17 -
CMYK 0 0.76 0.92 0.22
HSL 9.84º 0.84% 0.43% -
HSV(B) 9.84º 0.92% 0.78% -
XYZ 24.94 14.35 1.99 -
YUV 89.33 87.19 206.94 -
System Red Green Blue C M Y K H S L
Decimal 200 47 17 0 0.76 0.92 0.22 9.84 0.84 0.43
Hex C8 2F 11 0 4C 5C 16 A 54 2B
Octal 310 57 21 0 114 134 26 12 124 53
Binary 11001000 101111 10001 0 1001100 1011100 10110 1010 1010100 101011

Color Harmonies of #C82F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F11

Black with #C82F11

Text Example


Text Example

White with #C82F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F11; }

 p { color: rgb(200,47,17); }

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

background-color css

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

 a { background-color: rgb(200,47,17); }

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

border-color css

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

 span { border-color: rgb(200,47,17); }

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