Html Css Color HEX #C5380D Harley Davidson Orange

📋 copy color: '#C5380D'

red 197 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #C5380D

Tints of Harley Davidson Orange #C5380D

RGB

 RED value IS 197 (77.34% from 255) = 74.06%

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 74.06%
G = 21.05%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5380D (or 0xC5380D) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 0D. RGB value is (197,56,13). Sum of RGB (Red+Green+Blue) = 197+56+13=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C5380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5380D is #3AC7F2. Grayscale: #5D5D5D. Windows color (decimal): -3852275 or 866501. OLE color: 866501.

HSL color Cylindrical-coordinate representation of color #C5380D: hue angle of 14.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5380D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 13 -
CMYK 0 0.72 0.93 0.23
HSL 14.02º 0.88% 0.41% -
HSV(B) 14.02º 0.93% 0.77% -
XYZ 24.51 14.73 1.93 -
YUV 93.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 197 56 13 0 0.72 0.93 0.23 14.02 0.88 0.41
Hex C5 38 D 0 48 5D 17 E 58 29
Octal 305 70 15 0 110 135 27 16 130 51
Binary 11000101 111000 1101 0 1001000 1011101 10111 1110 1011000 101001

Color Harmonies of #C5380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5380D

Black with #C5380D

Text Example


Text Example

White with #C5380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5380D; }

 p { color: rgb(197,56,13); }

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

background-color css

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

 a { background-color: rgb(197,56,13); }

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

border-color css

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

 span { border-color: rgb(197,56,13); }

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