Html Css Color HEX #C8361D Harley Davidson Orange

📋 copy color: '#C8361D'

red 200 ◦ green 54 ◦ blue 29

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

Shades of Harley Davidson Orange #C8361D

Tints of Harley Davidson Orange #C8361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 70.67%
G = 19.08%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8361D (or 0xC8361D) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 1D. RGB value is (200,54,29). Sum of RGB (Red+Green+Blue) = 200+54+29=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8361D is #37C9E2. Grayscale: #5F5F5F. Windows color (decimal): -3656163 or 1914568. OLE color: 1914568.

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

Color convert

RGB 200 54 29 -
CMYK 0 0.73 0.86 0.22
HSL 8.77º 0.75% 0.45% -
HSV(B) 8.77º 0.86% 0.78% -
XYZ 25.36 15.01 2.72 -
YUV 94.8 90.87 203.03 -
System Red Green Blue C M Y K H S L
Decimal 200 54 29 0 0.73 0.86 0.22 8.77 0.75 0.45
Hex C8 36 1D 0 49 56 16 9 4B 2D
Octal 310 66 35 0 111 126 26 11 113 55
Binary 11001000 110110 11101 0 1001001 1010110 10110 1001 1001011 101101

Color Harmonies of #C8361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8361D

Black with #C8361D

Text Example


Text Example

White with #C8361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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