Html Css Color HEX #C5441E Harley Davidson Orange

📋 copy color: '#C5441E'

red 197 ◦ green 68 ◦ blue 30

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

Shades of Harley Davidson Orange #C5441E

Tints of Harley Davidson Orange #C5441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 66.78%
G = 23.05%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5441E (or 0xC5441E) is known color: Harley Davidson Orange. HEX triplet: C5, 44 and 1E. RGB value is (197,68,30). Sum of RGB (Red+Green+Blue) = 197+68+30=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C5441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5441E is #3ABBE1. Grayscale: #666666. Windows color (decimal): -3849186 or 1983685. OLE color: 1983685.

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

Color convert

RGB 197 68 30 -
CMYK 0 0.65 0.85 0.23
HSL 13.65º 0.74% 0.45% -
HSV(B) 13.65º 0.85% 0.77% -
XYZ 25.33 16.1 3 -
YUV 102.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 197 68 30 0 0.65 0.85 0.23 13.65 0.74 0.45
Hex C5 44 1E 0 41 55 17 E 4A 2D
Octal 305 104 36 0 101 125 27 16 112 55
Binary 11000101 1000100 11110 0 1000001 1010101 10111 1110 1001010 101101

Color Harmonies of #C5441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5441E

Black with #C5441E

Text Example


Text Example

White with #C5441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5441E; }

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

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

background-color css

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

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

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

border-color css

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

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

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