Html Css Color HEX #C82409 Harley Davidson Orange

📋 copy color: '#C82409'

red 200 ◦ green 36 ◦ blue 9

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

Shades of Harley Davidson Orange #C82409

Tints of Harley Davidson Orange #C82409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 81.63%
G = 14.69%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C82409 (or 0xC82409) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 09. RGB value is (200,36,9). Sum of RGB (Red+Green+Blue) = 200+36+9=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C82409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82409 is #37DBF6. Grayscale: #525252. Windows color (decimal): -3660791 or 599240. OLE color: 599240.

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

Color convert

RGB 200 36 9 -
CMYK 0 0.82 0.96 0.22
HSL 8.48º 0.91% 0.41% -
HSV(B) 8.48º 0.96% 0.78% -
XYZ 24.5 13.56 1.58 -
YUV 81.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 200 36 9 0 0.82 0.96 0.22 8.48 0.91 0.41
Hex C8 24 9 0 52 60 16 8 5B 29
Octal 310 44 11 0 122 140 26 10 133 51
Binary 11001000 100100 1001 0 1010010 1100000 10110 1000 1011011 101001

Color Harmonies of #C82409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82409

Black with #C82409

Text Example


Text Example

White with #C82409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82409; }

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

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

background-color css

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

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

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

border-color css

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

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

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