Html Css Color HEX #C44319 Harley Davidson Orange

📋 copy color: '#C44319'

red 196 ◦ green 67 ◦ blue 25

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

Shades of Harley Davidson Orange #C44319

Tints of Harley Davidson Orange #C44319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 68.06%
G = 23.26%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C44319 (or 0xC44319) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 19. RGB value is (196,67,25). Sum of RGB (Red+Green+Blue) = 196+67+25=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44319 is #3BBCE6. Grayscale: #656565. Windows color (decimal): -3914983 or 1655748. OLE color: 1655748.

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

Color convert

RGB 196 67 25 -
CMYK 0 0.66 0.87 0.23
HSL 14.74º 0.77% 0.43% -
HSV(B) 14.74º 0.87% 0.77% -
XYZ 24.95 15.82 2.66 -
YUV 100.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 196 67 25 0 0.66 0.87 0.23 14.74 0.77 0.43
Hex C4 43 19 0 42 57 17 F 4D 2B
Octal 304 103 31 0 102 127 27 17 115 53
Binary 11000100 1000011 11001 0 1000010 1010111 10111 1111 1001101 101011

Color Harmonies of #C44319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44319

Black with #C44319

Text Example


Text Example

White with #C44319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44319; }

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

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

background-color css

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

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

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

border-color css

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

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

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