Html Css Color HEX #C82908 Harley Davidson Orange

📋 copy color: '#C82908'

red 200 ◦ green 41 ◦ blue 8

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

Shades of Harley Davidson Orange #C82908

Tints of Harley Davidson Orange #C82908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 80.32%
G = 16.47%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C82908 (or 0xC82908) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 08. RGB value is (200,41,8). Sum of RGB (Red+Green+Blue) = 200+41+8=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C82908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82908 is #37D6F7. Grayscale: #555555. Windows color (decimal): -3659512 or 534984. OLE color: 534984.

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

Color convert

RGB 200 41 8 -
CMYK 0 0.80 0.96 0.22
HSL 10.31º 0.92% 0.41% -
HSV(B) 10.31º 0.96% 0.78% -
XYZ 24.66 13.88 1.61 -
YUV 84.78 84.68 210.18 -
System Red Green Blue C M Y K H S L
Decimal 200 41 8 0 0.80 0.96 0.22 10.31 0.92 0.41
Hex C8 29 8 0 50 60 16 A 5C 29
Octal 310 51 10 0 120 140 26 12 134 51
Binary 11001000 101001 1000 0 1010000 1100000 10110 1010 1011100 101001

Color Harmonies of #C82908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82908

Black with #C82908

Text Example


Text Example

White with #C82908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82908; }

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

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

background-color css

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

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

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

border-color css

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

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

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