Html Css Color HEX #C5381F Harley Davidson Orange

📋 copy color: '#C5381F'

red 197 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #C5381F

Tints of Harley Davidson Orange #C5381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 69.37%
G = 19.72%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5381F (or 0xC5381F) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 1F. RGB value is (197,56,31). Sum of RGB (Red+Green+Blue) = 197+56+31=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5381F is #3AC7E0. Grayscale: #5F5F5F. Windows color (decimal): -3852257 or 2046149. OLE color: 2046149.

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

Color convert

RGB 197 56 31 -
CMYK 0 0.72 0.84 0.23
HSL 9.04º 0.73% 0.45% -
HSV(B) 9.04º 0.84% 0.77% -
XYZ 24.69 14.8 2.85 -
YUV 95.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 197 56 31 0 0.72 0.84 0.23 9.04 0.73 0.45
Hex C5 38 1F 0 48 54 17 9 49 2D
Octal 305 70 37 0 110 124 27 11 111 55
Binary 11000101 111000 11111 0 1001000 1010100 10111 1001 1001001 101101

Color Harmonies of #C5381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5381F

Black with #C5381F

Text Example


Text Example

White with #C5381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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