Html Css Color HEX #C82308 Harley Davidson Orange

📋 copy color: '#C82308'

red 200 ◦ green 35 ◦ blue 8

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

Shades of Harley Davidson Orange #C82308

Tints of Harley Davidson Orange #C82308

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 82.3%
G = 14.4%
B = 3.29%

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

#C82308 (or 0xC82308) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 08. RGB value is (200,35,8). Sum of RGB (Red+Green+Blue) = 200+35+8=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C82308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82308 is #37DCF7. Grayscale: #515151. Windows color (decimal): -3661048 or 533448. OLE color: 533448.

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

Color convert

RGB 200 35 8 -
CMYK 0 0.82 0.96 0.22
HSL 8.44º 0.92% 0.41% -
HSV(B) 8.44º 0.96% 0.78% -
XYZ 24.46 13.5 1.55 -
YUV 81.26 86.66 212.7 -
System Red Green Blue C M Y K H S L
Decimal 200 35 8 0 0.82 0.96 0.22 8.44 0.92 0.41
Hex C8 23 8 0 52 60 16 8 5C 29
Octal 310 43 10 0 122 140 26 10 134 51
Binary 11001000 100011 1000 0 1010010 1100000 10110 1000 1011100 101001

Color Harmonies of #C82308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82308

Black with #C82308

Text Example


Text Example

White with #C82308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82308; }

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

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

background-color css

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

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

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

border-color css

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

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

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