Html Css Color HEX #C43019 Harley Davidson Orange

📋 copy color: '#C43019'

red 196 ◦ green 48 ◦ blue 25

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

Shades of Harley Davidson Orange #C43019

Tints of Harley Davidson Orange #C43019

RGB

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

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

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

R = 72.86%
G = 17.84%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C43019 (or 0xC43019) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 19. RGB value is (196,48,25). Sum of RGB (Red+Green+Blue) = 196+48+25=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C43019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43019 is #3BCFE6. Grayscale: #595959. Windows color (decimal): -3919847 or 1650884. OLE color: 1650884.

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

Color convert

RGB 196 48 25 -
CMYK 0 0.76 0.87 0.23
HSL 8.07º 0.77% 0.43% -
HSV(B) 8.07º 0.87% 0.77% -
XYZ 24 13.92 2.34 -
YUV 89.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 196 48 25 0 0.76 0.87 0.23 8.07 0.77 0.43
Hex C4 30 19 0 4C 57 17 8 4D 2B
Octal 304 60 31 0 114 127 27 10 115 53
Binary 11000100 110000 11001 0 1001100 1010111 10111 1000 1001101 101011

Color Harmonies of #C43019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43019

Black with #C43019

Text Example


Text Example

White with #C43019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43019; }

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

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

background-color css

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

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

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

border-color css

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

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

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