Html Css Color HEX #C82902 Harley Davidson Orange

📋 copy color: '#C82902'

red 200 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #C82902

Tints of Harley Davidson Orange #C82902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

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

R = 82.3%
G = 16.87%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C82902 (or 0xC82902) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 02. RGB value is (200,41,2). Sum of RGB (Red+Green+Blue) = 200+41+2=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C82902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82902 is #37D6FD. Grayscale: #545454. Windows color (decimal): -3659518 or 141768. OLE color: 141768.

HSL color Cylindrical-coordinate representation of color #C82902: hue angle of 11.82º 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 #C82902 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 2 -
CMYK 0 0.80 0.99 0.22
HSL 11.82º 0.98% 0.4% -
HSV(B) 11.82º 0.99% 0.78% -
XYZ 24.62 13.87 1.44 -
YUV 84.1 81.68 210.67 -
System Red Green Blue C M Y K H S L
Decimal 200 41 2 0 0.80 0.99 0.22 11.82 0.98 0.4
Hex C8 29 2 0 50 63 16 C 62 28
Octal 310 51 2 0 120 143 26 14 142 50
Binary 11001000 101001 10 0 1010000 1100011 10110 1100 1100010 101000

Color Harmonies of #C82902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82902

Black with #C82902

Text Example


Text Example

White with #C82902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82902; }

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

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

background-color css

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

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

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

border-color css

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

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

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