Html Css Color HEX #C82609 Harley Davidson Orange

📋 copy color: '#C82609'

red 200 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #C82609

Tints of Harley Davidson Orange #C82609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 80.97%
G = 15.38%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C82609 (or 0xC82609) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 09. RGB value is (200,38,9). Sum of RGB (Red+Green+Blue) = 200+38+9=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C82609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82609 is #37D9F6. Grayscale: #535353. Windows color (decimal): -3660279 or 599752. OLE color: 599752.

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

Color convert

RGB 200 38 9 -
CMYK 0 0.81 0.96 0.22
HSL 9.11º 0.91% 0.41% -
HSV(B) 9.11º 0.96% 0.78% -
XYZ 24.56 13.69 1.61 -
YUV 83.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 200 38 9 0 0.81 0.96 0.22 9.11 0.91 0.41
Hex C8 26 9 0 51 60 16 9 5B 29
Octal 310 46 11 0 121 140 26 11 133 51
Binary 11001000 100110 1001 0 1010001 1100000 10110 1001 1011011 101001

Color Harmonies of #C82609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82609

Black with #C82609

Text Example


Text Example

White with #C82609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82609; }

 p { color: rgb(200,38,9); }

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

background-color css

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

 a { background-color: rgb(200,38,9); }

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

border-color css

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

 span { border-color: rgb(200,38,9); }

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