Html Css Color HEX #C8350E Harley Davidson Orange

📋 copy color: '#C8350E'

red 200 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #C8350E

Tints of Harley Davidson Orange #C8350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.85%

 BLUE value IS 14 (5.86% from 255) = 5.24%

R = 74.91%
G = 19.85%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8350E (or 0xC8350E) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 0E. RGB value is (200,53,14). Sum of RGB (Red+Green+Blue) = 200+53+14=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8350E is #37CAF1. Grayscale: #5C5C5C. Windows color (decimal): -3656434 or 931272. OLE color: 931272.

HSL color Cylindrical-coordinate representation of color #C8350E: hue angle of 12.58º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8350E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 53 14 -
CMYK 0 0.74 0.93 0.22
HSL 12.58º 0.87% 0.42% -
HSV(B) 12.58º 0.93% 0.78% -
XYZ 25.17 14.86 1.96 -
YUV 92.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 200 53 14 0 0.74 0.93 0.22 12.58 0.87 0.42
Hex C8 35 E 0 4A 5D 16 D 57 2A
Octal 310 65 16 0 112 135 26 15 127 52
Binary 11001000 110101 1110 0 1001010 1011101 10110 1101 1010111 101010

Color Harmonies of #C8350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8350E

Black with #C8350E

Text Example


Text Example

White with #C8350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8350E; }

 p { color: rgb(200,53,14); }

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

background-color css

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

 a { background-color: rgb(200,53,14); }

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

border-color css

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

 span { border-color: rgb(200,53,14); }

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