Html Css Color HEX #C43016 Harley Davidson Orange

📋 copy color: '#C43016'

red 196 ◦ green 48 ◦ blue 22

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

Shades of Harley Davidson Orange #C43016

Tints of Harley Davidson Orange #C43016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 73.68%
G = 18.05%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C43016 (or 0xC43016) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 16. RGB value is (196,48,22). Sum of RGB (Red+Green+Blue) = 196+48+22=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43016 is #3BCFE9. Grayscale: #595959. Windows color (decimal): -3919850 or 1454276. OLE color: 1454276.

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

Color convert

RGB 196 48 22 -
CMYK 0 0.76 0.89 0.23
HSL 8.97º 0.8% 0.43% -
HSV(B) 8.97º 0.89% 0.77% -
XYZ 23.97 13.91 2.18 -
YUV 89.29 90.03 204.11 -
System Red Green Blue C M Y K H S L
Decimal 196 48 22 0 0.76 0.89 0.23 8.97 0.8 0.43
Hex C4 30 16 0 4C 59 17 9 50 2B
Octal 304 60 26 0 114 131 27 11 120 53
Binary 11000100 110000 10110 0 1001100 1011001 10111 1001 1010000 101011

Color Harmonies of #C43016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43016

Black with #C43016

Text Example


Text Example

White with #C43016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43016; }

 p { color: rgb(196,48,22); }

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

background-color css

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

 a { background-color: rgb(196,48,22); }

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

border-color css

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

 span { border-color: rgb(196,48,22); }

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