Html Css Color HEX #C8361E Harley Davidson Orange

📋 copy color: '#C8361E'

red 200 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #C8361E

Tints of Harley Davidson Orange #C8361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.56%

R = 70.42%
G = 19.01%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8361E (or 0xC8361E) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 1E. RGB value is (200,54,30). Sum of RGB (Red+Green+Blue) = 200+54+30=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8361E is #37C9E1. Grayscale: #5F5F5F. Windows color (decimal): -3656162 or 1980104. OLE color: 1980104.

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

Color convert

RGB 200 54 30 -
CMYK 0 0.73 0.85 0.22
HSL 8.47º 0.74% 0.45% -
HSV(B) 8.47º 0.85% 0.78% -
XYZ 25.37 15.01 2.79 -
YUV 94.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 200 54 30 0 0.73 0.85 0.22 8.47 0.74 0.45
Hex C8 36 1E 0 49 55 16 8 4A 2D
Octal 310 66 36 0 111 125 26 10 112 55
Binary 11001000 110110 11110 0 1001001 1010101 10110 1000 1001010 101101

Color Harmonies of #C8361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8361E

Black with #C8361E

Text Example


Text Example

White with #C8361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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