Html Css Color HEX #C43518 Harley Davidson Orange

📋 copy color: '#C43518'

red 196 ◦ green 53 ◦ blue 24

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

Shades of Harley Davidson Orange #C43518

Tints of Harley Davidson Orange #C43518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 71.79%
G = 19.41%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43518 (or 0xC43518) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 18. RGB value is (196,53,24). Sum of RGB (Red+Green+Blue) = 196+53+24=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C43518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43518 is #3BCAE7. Grayscale: #5C5C5C. Windows color (decimal): -3918568 or 1586628. OLE color: 1586628.

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

Color convert

RGB 196 53 24 -
CMYK 0 0.73 0.88 0.23
HSL 10.12º 0.78% 0.43% -
HSV(B) 10.12º 0.88% 0.77% -
XYZ 24.2 14.35 2.36 -
YUV 92.45 89.38 201.86 -
System Red Green Blue C M Y K H S L
Decimal 196 53 24 0 0.73 0.88 0.23 10.12 0.78 0.43
Hex C4 35 18 0 49 58 17 A 4E 2B
Octal 304 65 30 0 111 130 27 12 116 53
Binary 11000100 110101 11000 0 1001001 1011000 10111 1010 1001110 101011

Color Harmonies of #C43518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43518

Black with #C43518

Text Example


Text Example

White with #C43518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43518; }

 p { color: rgb(196,53,24); }

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

background-color css

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

 a { background-color: rgb(196,53,24); }

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

border-color css

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

 span { border-color: rgb(196,53,24); }

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