Html Css Color HEX #C43A17 Harley Davidson Orange

📋 copy color: '#C43A17'

red 196 ◦ green 58 ◦ blue 23

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

Shades of Harley Davidson Orange #C43A17

Tints of Harley Davidson Orange #C43A17

RGB

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

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

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

R = 70.76%
G = 20.94%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43A17 (or 0xC43A17) is known color: Harley Davidson Orange. HEX triplet: C4, 3A and 17. RGB value is (196,58,23). Sum of RGB (Red+Green+Blue) = 196+58+23=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43A17 is #3BC5E8. Grayscale: #5F5F5F. Windows color (decimal): -3917289 or 1522372. OLE color: 1522372.

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

Color convert

RGB 196 58 23 -
CMYK 0 0.70 0.88 0.23
HSL 12.14º 0.79% 0.43% -
HSV(B) 12.14º 0.88% 0.77% -
XYZ 24.43 14.82 2.38 -
YUV 95.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 196 58 23 0 0.70 0.88 0.23 12.14 0.79 0.43
Hex C4 3A 17 0 46 58 17 C 4F 2B
Octal 304 72 27 0 106 130 27 14 117 53
Binary 11000100 111010 10111 0 1000110 1011000 10111 1100 1001111 101011

Color Harmonies of #C43A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A17

Black with #C43A17

Text Example


Text Example

White with #C43A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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