Html Css Color HEX #C44117 Harley Davidson Orange

📋 copy color: '#C44117'

red 196 ◦ green 65 ◦ blue 23

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

Shades of Harley Davidson Orange #C44117

Tints of Harley Davidson Orange #C44117

RGB

 RED value IS 196 (76.95% from 255) = 69.01%

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 69.01%
G = 22.89%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C44117 (or 0xC44117) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 17. RGB value is (196,65,23). Sum of RGB (Red+Green+Blue) = 196+65+23=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C44117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44117 is #3BBEE8. Grayscale: #636363. Windows color (decimal): -3915497 or 1524164. OLE color: 1524164.

HSL color Cylindrical-coordinate representation of color #C44117: hue angle of 14.57º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44117 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 65 23 -
CMYK 0 0.67 0.88 0.23
HSL 14.57º 0.79% 0.43% -
HSV(B) 14.57º 0.88% 0.77% -
XYZ 24.81 15.58 2.51 -
YUV 99.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 196 65 23 0 0.67 0.88 0.23 14.57 0.79 0.43
Hex C4 41 17 0 43 58 17 F 4F 2B
Octal 304 101 27 0 103 130 27 17 117 53
Binary 11000100 1000001 10111 0 1000011 1011000 10111 1111 1001111 101011

Color Harmonies of #C44117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44117

Black with #C44117

Text Example


Text Example

White with #C44117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44117; }

 p { color: rgb(196,65,23); }

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

background-color css

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

 a { background-color: rgb(196,65,23); }

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

border-color css

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

 span { border-color: rgb(196,65,23); }

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