Html Css Color HEX #C82E02 Harley Davidson Orange

📋 copy color: '#C82E02'

red 200 ◦ green 46 ◦ blue 2

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

Shades of Harley Davidson Orange #C82E02

Tints of Harley Davidson Orange #C82E02

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.55%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 80.65%
G = 18.55%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C82E02 (or 0xC82E02) is known color: Harley Davidson Orange. HEX triplet: C8, 2E and 02. RGB value is (200,46,2). Sum of RGB (Red+Green+Blue) = 200+46+2=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C82E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82E02 is #37D1FD. Grayscale: #575757. Windows color (decimal): -3658238 or 143048. OLE color: 143048.

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

Color convert

RGB 200 46 2 -
CMYK 0 0.77 0.99 0.22
HSL 13.33º 0.98% 0.4% -
HSV(B) 13.33º 0.99% 0.78% -
XYZ 24.81 14.24 1.5 -
YUV 87.03 80.02 208.58 -
System Red Green Blue C M Y K H S L
Decimal 200 46 2 0 0.77 0.99 0.22 13.33 0.98 0.4
Hex C8 2E 2 0 4D 63 16 D 62 28
Octal 310 56 2 0 115 143 26 15 142 50
Binary 11001000 101110 10 0 1001101 1100011 10110 1101 1100010 101000

Color Harmonies of #C82E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82E02

Black with #C82E02

Text Example


Text Example

White with #C82E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82E02; }

 p { color: rgb(200,46,2); }

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

background-color css

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

 a { background-color: rgb(200,46,2); }

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

border-color css

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

 span { border-color: rgb(200,46,2); }

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