Html Css Color HEX #C43418 Harley Davidson Orange

📋 copy color: '#C43418'

red 196 ◦ green 52 ◦ blue 24

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

Shades of Harley Davidson Orange #C43418

Tints of Harley Davidson Orange #C43418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.82%

R = 72.06%
G = 19.12%
B = 8.82%

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

#C43418 (or 0xC43418) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 18. RGB value is (196,52,24). Sum of RGB (Red+Green+Blue) = 196+52+24=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C43418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43418 is #3BCBE7. Grayscale: #5C5C5C. Windows color (decimal): -3918824 or 1586372. OLE color: 1586372.

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

Color convert

RGB 196 52 24 -
CMYK 0 0.73 0.88 0.23
HSL 9.77º 0.78% 0.43% -
HSV(B) 9.77º 0.88% 0.77% -
XYZ 24.16 14.26 2.34 -
YUV 91.86 89.71 202.28 -
System Red Green Blue C M Y K H S L
Decimal 196 52 24 0 0.73 0.88 0.23 9.77 0.78 0.43
Hex C4 34 18 0 49 58 17 A 4E 2B
Octal 304 64 30 0 111 130 27 12 116 53
Binary 11000100 110100 11000 0 1001001 1011000 10111 1010 1001110 101011

Color Harmonies of #C43418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43418

Black with #C43418

Text Example


Text Example

White with #C43418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43418; }

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

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

background-color css

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

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

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

border-color css

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

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

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