Html Css Color HEX #C5381C Harley Davidson Orange

📋 copy color: '#C5381C'

red 197 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #C5381C

Tints of Harley Davidson Orange #C5381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 70.11%
G = 19.93%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5381C (or 0xC5381C) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 1C. RGB value is (197,56,28). Sum of RGB (Red+Green+Blue) = 197+56+28=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5381C is #3AC7E3. Grayscale: #5F5F5F. Windows color (decimal): -3852260 or 1849541. OLE color: 1849541.

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

Color convert

RGB 197 56 28 -
CMYK 0 0.72 0.86 0.23
HSL 9.94º 0.75% 0.44% -
HSV(B) 9.94º 0.86% 0.77% -
XYZ 24.65 14.78 2.65 -
YUV 94.97 90.21 200.78 -
System Red Green Blue C M Y K H S L
Decimal 197 56 28 0 0.72 0.86 0.23 9.94 0.75 0.44
Hex C5 38 1C 0 48 56 17 A 4B 2C
Octal 305 70 34 0 110 126 27 12 113 54
Binary 11000101 111000 11100 0 1001000 1010110 10111 1010 1001011 101100

Color Harmonies of #C5381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5381C

Black with #C5381C

Text Example


Text Example

White with #C5381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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