Html Css Color HEX #C5380A Harley Davidson Orange

📋 copy color: '#C5380A'

red 197 ◦ green 56 ◦ blue 10

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

Shades of Harley Davidson Orange #C5380A

Tints of Harley Davidson Orange #C5380A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.8%

R = 74.9%
G = 21.29%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5380A (or 0xC5380A) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 0A. RGB value is (197,56,10). Sum of RGB (Red+Green+Blue) = 197+56+10=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5380A is #3AC7F5. Grayscale: #5D5D5D. Windows color (decimal): -3852278 or 669893. OLE color: 669893.

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

Color convert

RGB 197 56 10 -
CMYK 0 0.72 0.95 0.23
HSL 14.76º 0.9% 0.41% -
HSV(B) 14.76º 0.95% 0.77% -
XYZ 24.49 14.72 1.84 -
YUV 92.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 197 56 10 0 0.72 0.95 0.23 14.76 0.9 0.41
Hex C5 38 A 0 48 5F 17 F 5A 29
Octal 305 70 12 0 110 137 27 17 132 51
Binary 11000101 111000 1010 0 1001000 1011111 10111 1111 1011010 101001

Color Harmonies of #C5380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5380A

Black with #C5380A

Text Example


Text Example

White with #C5380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5380A; }

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

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

background-color css

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

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

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

border-color css

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

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

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