Html Css Color HEX #C43718 Harley Davidson Orange

📋 copy color: '#C43718'

red 196 ◦ green 55 ◦ blue 24

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

Shades of Harley Davidson Orange #C43718

Tints of Harley Davidson Orange #C43718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 71.27%
G = 20%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43718 (or 0xC43718) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 18. RGB value is (196,55,24). Sum of RGB (Red+Green+Blue) = 196+55+24=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C43718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43718 is #3BC8E7. Grayscale: #5D5D5D. Windows color (decimal): -3918056 or 1587140. OLE color: 1587140.

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

Color convert

RGB 196 55 24 -
CMYK 0 0.72 0.88 0.23
HSL 10.81º 0.78% 0.43% -
HSV(B) 10.81º 0.88% 0.77% -
XYZ 24.3 14.53 2.39 -
YUV 93.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 196 55 24 0 0.72 0.88 0.23 10.81 0.78 0.43
Hex C4 37 18 0 48 58 17 B 4E 2B
Octal 304 67 30 0 110 130 27 13 116 53
Binary 11000100 110111 11000 0 1001000 1011000 10111 1011 1001110 101011

Color Harmonies of #C43718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43718

Black with #C43718

Text Example


Text Example

White with #C43718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43718; }

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

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

background-color css

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

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

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

border-color css

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

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

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