Html Css Color HEX #C5441F Harley Davidson Orange

📋 copy color: '#C5441F'

red 197 ◦ green 68 ◦ blue 31

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

Shades of Harley Davidson Orange #C5441F

Tints of Harley Davidson Orange #C5441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 66.55%
G = 22.97%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5441F (or 0xC5441F) is known color: Harley Davidson Orange. HEX triplet: C5, 44 and 1F. RGB value is (197,68,31). Sum of RGB (Red+Green+Blue) = 197+68+31=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5441F is #3ABBE0. Grayscale: #666666. Windows color (decimal): -3849185 or 2049221. OLE color: 2049221.

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

Color convert

RGB 197 68 31 -
CMYK 0 0.65 0.84 0.23
HSL 13.37º 0.73% 0.45% -
HSV(B) 13.37º 0.84% 0.77% -
XYZ 25.34 16.1 3.07 -
YUV 102.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 197 68 31 0 0.65 0.84 0.23 13.37 0.73 0.45
Hex C5 44 1F 0 41 54 17 D 49 2D
Octal 305 104 37 0 101 124 27 15 111 55
Binary 11000101 1000100 11111 0 1000001 1010100 10111 1101 1001001 101101

Color Harmonies of #C5441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5441F

Black with #C5441F

Text Example


Text Example

White with #C5441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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