Html Css Color HEX #C43419 Harley Davidson Orange

📋 copy color: '#C43419'

red 196 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #C43419

Tints of Harley Davidson Orange #C43419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 71.79%
G = 19.05%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C43419 (or 0xC43419) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 19. RGB value is (196,52,25). Sum of RGB (Red+Green+Blue) = 196+52+25=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43419 is #3BCBE6. Grayscale: #5C5C5C. Windows color (decimal): -3918823 or 1651908. OLE color: 1651908.

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

Color convert

RGB 196 52 25 -
CMYK 0 0.73 0.87 0.23
HSL 9.47º 0.77% 0.43% -
HSV(B) 9.47º 0.87% 0.77% -
XYZ 24.17 14.26 2.4 -
YUV 91.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 196 52 25 0 0.73 0.87 0.23 9.47 0.77 0.43
Hex C4 34 19 0 49 57 17 9 4D 2B
Octal 304 64 31 0 111 127 27 11 115 53
Binary 11000100 110100 11001 0 1001001 1010111 10111 1001 1001101 101011

Color Harmonies of #C43419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43419

Black with #C43419

Text Example


Text Example

White with #C43419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43419; }

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

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

background-color css

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

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

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

border-color css

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

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

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