Html Css Color HEX #C5411C Harley Davidson Orange

📋 copy color: '#C5411C'

red 197 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #C5411C

Tints of Harley Davidson Orange #C5411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 67.93%
G = 22.41%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5411C (or 0xC5411C) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 1C. RGB value is (197,65,28). Sum of RGB (Red+Green+Blue) = 197+65+28=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5411C is #3ABEE3. Grayscale: #646464. Windows color (decimal): -3849956 or 1851845. OLE color: 1851845.

HSL color Cylindrical-coordinate representation of color #C5411C: hue angle of 13.14º 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 #C5411C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 28 -
CMYK 0 0.67 0.86 0.23
HSL 13.14º 0.75% 0.44% -
HSV(B) 13.14º 0.86% 0.77% -
XYZ 25.13 15.73 2.81 -
YUV 100.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 197 65 28 0 0.67 0.86 0.23 13.14 0.75 0.44
Hex C5 41 1C 0 43 56 17 D 4B 2C
Octal 305 101 34 0 103 126 27 15 113 54
Binary 11000101 1000001 11100 0 1000011 1010110 10111 1101 1001011 101100

Color Harmonies of #C5411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5411C

Black with #C5411C

Text Example


Text Example

White with #C5411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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