Html Css Color HEX #C8360B Harley Davidson Orange

📋 copy color: '#C8360B'

red 200 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #C8360B

Tints of Harley Davidson Orange #C8360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.38%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 75.47%
G = 20.38%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8360B (or 0xC8360B) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 0B. RGB value is (200,54,11). Sum of RGB (Red+Green+Blue) = 200+54+11=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8360B is #37C9F4. Grayscale: #5D5D5D. Windows color (decimal): -3656181 or 734920. OLE color: 734920.

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

Color convert

RGB 200 54 11 -
CMYK 0 0.73 0.94 0.22
HSL 13.65º 0.9% 0.41% -
HSV(B) 13.65º 0.95% 0.78% -
XYZ 25.2 14.94 1.87 -
YUV 92.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 200 54 11 0 0.73 0.94 0.22 13.65 0.9 0.41
Hex C8 36 B 0 49 5E 16 E 5A 29
Octal 310 66 13 0 111 136 26 16 132 51
Binary 11001000 110110 1011 0 1001001 1011110 10110 1110 1011010 101001

Color Harmonies of #C8360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8360B

Black with #C8360B

Text Example


Text Example

White with #C8360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8360B; }

 p { color: rgb(200,54,11); }

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

background-color css

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

 a { background-color: rgb(200,54,11); }

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

border-color css

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

 span { border-color: rgb(200,54,11); }

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