Html Css Color HEX #C34017 Harley Davidson Orange

📋 copy color: '#C34017'

red 195 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #C34017

Tints of Harley Davidson Orange #C34017

RGB

 RED value IS 195 (76.56% from 255) = 69.15%

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

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

R = 69.15%
G = 22.7%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C34017 (or 0xC34017) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 17. RGB value is (195,64,23). Sum of RGB (Red+Green+Blue) = 195+64+23=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C34017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34017 is #3CBFE8. Grayscale: #626262. Windows color (decimal): -3981289 or 1523907. OLE color: 1523907.

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

Color convert

RGB 195 64 23 -
CMYK 0 0.67 0.88 0.24
HSL 14.3º 0.79% 0.43% -
HSV(B) 14.3º 0.88% 0.76% -
XYZ 24.49 15.33 2.48 -
YUV 98.5 85.4 196.83 -
System Red Green Blue C M Y K H S L
Decimal 195 64 23 0 0.67 0.88 0.24 14.3 0.79 0.43
Hex C3 40 17 0 43 58 18 E 4F 2B
Octal 303 100 27 0 103 130 30 16 117 53
Binary 11000011 1000000 10111 0 1000011 1011000 11000 1110 1001111 101011

Color Harmonies of #C34017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34017

Black with #C34017

Text Example


Text Example

White with #C34017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34017; }

 p { color: rgb(195,64,23); }

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

background-color css

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

 a { background-color: rgb(195,64,23); }

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

border-color css

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

 span { border-color: rgb(195,64,23); }

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