Html Css Color HEX #C43A16 Harley Davidson Orange

📋 copy color: '#C43A16'

red 196 ◦ green 58 ◦ blue 22

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

Shades of Harley Davidson Orange #C43A16

Tints of Harley Davidson Orange #C43A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 71.01%
G = 21.01%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C43A16 (or 0xC43A16) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 16. RGB value is (196,58,22). Sum of RGB (Red+Green+Blue) = 196+58+22=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A16 is #3BC5E9. Grayscale: #5F5F5F. Windows color (decimal): -3917290 or 1456836. OLE color: 1456836.

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

Color convert

RGB 196 58 22 -
CMYK 0 0.70 0.89 0.23
HSL 12.41º 0.8% 0.43% -
HSV(B) 12.41º 0.89% 0.77% -
XYZ 24.42 14.82 2.33 -
YUV 95.16 86.72 199.93 -
System Red Green Blue C M Y K H S L
Decimal 196 58 22 0 0.70 0.89 0.23 12.41 0.8 0.43
Hex C4 3A 16 0 46 59 17 C 50 2B
Octal 304 72 26 0 106 131 27 14 120 53
Binary 11000100 111010 10110 0 1000110 1011001 10111 1100 1010000 101011

Color Harmonies of #C43A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A16

Black with #C43A16

Text Example


Text Example

White with #C43A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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