Html Css Color HEX #C43417 Harley Davidson Orange

📋 copy color: '#C43417'

red 196 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #C43417

Tints of Harley Davidson Orange #C43417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

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

R = 72.32%
G = 19.19%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43417 (or 0xC43417) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 17. RGB value is (196,52,23). Sum of RGB (Red+Green+Blue) = 196+52+23=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C43417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43417 is #3BCBE8. Grayscale: #5C5C5C. Windows color (decimal): -3918825 or 1520836. OLE color: 1520836.

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

Color convert

RGB 196 52 23 -
CMYK 0 0.73 0.88 0.23
HSL 10.06º 0.79% 0.43% -
HSV(B) 10.06º 0.88% 0.77% -
XYZ 24.15 14.25 2.29 -
YUV 91.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 196 52 23 0 0.73 0.88 0.23 10.06 0.79 0.43
Hex C4 34 17 0 49 58 17 A 4F 2B
Octal 304 64 27 0 111 130 27 12 117 53
Binary 11000100 110100 10111 0 1001001 1011000 10111 1010 1001111 101011

Color Harmonies of #C43417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43417

Black with #C43417

Text Example


Text Example

White with #C43417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43417; }

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

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

background-color css

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

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

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

border-color css

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

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

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