Html Css Color HEX #C43918 Harley Davidson Orange

📋 copy color: '#C43918'

red 196 ◦ green 57 ◦ blue 24

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

Shades of Harley Davidson Orange #C43918

Tints of Harley Davidson Orange #C43918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 70.76%
G = 20.58%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C43918 (or 0xC43918) is known color: Harley Davidson Orange. HEX triplet: C4, 39 and 18. RGB value is (196,57,24). Sum of RGB (Red+Green+Blue) = 196+57+24=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43918 is #3BC6E7. Grayscale: #5F5F5F. Windows color (decimal): -3917544 or 1587652. OLE color: 1587652.

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

Color convert

RGB 196 57 24 -
CMYK 0 0.71 0.88 0.23
HSL 11.51º 0.78% 0.43% -
HSV(B) 11.51º 0.88% 0.77% -
XYZ 24.39 14.73 2.42 -
YUV 94.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 196 57 24 0 0.71 0.88 0.23 11.51 0.78 0.43
Hex C4 39 18 0 47 58 17 C 4E 2B
Octal 304 71 30 0 107 130 27 14 116 53
Binary 11000100 111001 11000 0 1000111 1011000 10111 1100 1001110 101011

Color Harmonies of #C43918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43918

Black with #C43918

Text Example


Text Example

White with #C43918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43918; }

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

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

background-color css

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

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

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

border-color css

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

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

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