Html Css Color HEX #C5380C Harley Davidson Orange

📋 copy color: '#C5380C'

red 197 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #C5380C

Tints of Harley Davidson Orange #C5380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.53%

R = 74.34%
G = 21.13%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5380C (or 0xC5380C) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 0C. RGB value is (197,56,12). Sum of RGB (Red+Green+Blue) = 197+56+12=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C5380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5380C is #3AC7F3. Grayscale: #5D5D5D. Windows color (decimal): -3852276 or 800965. OLE color: 800965.

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

Color convert

RGB 197 56 12 -
CMYK 0 0.72 0.94 0.23
HSL 14.27º 0.89% 0.41% -
HSV(B) 14.27º 0.94% 0.77% -
XYZ 24.51 14.73 1.9 -
YUV 93.14 82.21 202.08 -
System Red Green Blue C M Y K H S L
Decimal 197 56 12 0 0.72 0.94 0.23 14.27 0.89 0.41
Hex C5 38 C 0 48 5E 17 E 59 29
Octal 305 70 14 0 110 136 27 16 131 51
Binary 11000101 111000 1100 0 1001000 1011110 10111 1110 1011001 101001

Color Harmonies of #C5380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5380C

Black with #C5380C

Text Example


Text Example

White with #C5380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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