Html Css Color HEX #C44019 Harley Davidson Orange

📋 copy color: '#C44019'

red 196 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #C44019

Tints of Harley Davidson Orange #C44019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.46%

 BLUE value IS 25 (10.16% from 255) = 8.77%

R = 68.77%
G = 22.46%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C44019 (or 0xC44019) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 19. RGB value is (196,64,25). Sum of RGB (Red+Green+Blue) = 196+64+25=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44019 is #3BBFE6. Grayscale: #636363. Windows color (decimal): -3915751 or 1654980. OLE color: 1654980.

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

Color convert

RGB 196 64 25 -
CMYK 0 0.67 0.87 0.23
HSL 13.68º 0.77% 0.43% -
HSV(B) 13.68º 0.87% 0.77% -
XYZ 24.77 15.47 2.6 -
YUV 99.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 196 64 25 0 0.67 0.87 0.23 13.68 0.77 0.43
Hex C4 40 19 0 43 57 17 E 4D 2B
Octal 304 100 31 0 103 127 27 16 115 53
Binary 11000100 1000000 11001 0 1000011 1010111 10111 1110 1001101 101011

Color Harmonies of #C44019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44019

Black with #C44019

Text Example


Text Example

White with #C44019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44019; }

 p { color: rgb(196,64,25); }

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

background-color css

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

 a { background-color: rgb(196,64,25); }

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

border-color css

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

 span { border-color: rgb(196,64,25); }

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