Html Css Color HEX #C4360D Harley Davidson Orange

📋 copy color: '#C4360D'

red 196 ◦ green 54 ◦ blue 13

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

Shades of Harley Davidson Orange #C4360D

Tints of Harley Davidson Orange #C4360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 74.52%
G = 20.53%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4360D (or 0xC4360D) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 0D. RGB value is (196,54,13). Sum of RGB (Red+Green+Blue) = 196+54+13=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4360D is #3BC9F2. Grayscale: #5C5C5C. Windows color (decimal): -3918323 or 865988. OLE color: 865988.

HSL color Cylindrical-coordinate representation of color #C4360D: hue angle of 13.44º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4360D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 13 -
CMYK 0 0.72 0.93 0.23
HSL 13.44º 0.88% 0.41% -
HSV(B) 13.44º 0.93% 0.77% -
XYZ 24.16 14.4 1.89 -
YUV 91.78 83.54 202.33 -
System Red Green Blue C M Y K H S L
Decimal 196 54 13 0 0.72 0.93 0.23 13.44 0.88 0.41
Hex C4 36 D 0 48 5D 17 D 58 29
Octal 304 66 15 0 110 135 27 15 130 51
Binary 11000100 110110 1101 0 1001000 1011101 10111 1101 1011000 101001

Color Harmonies of #C4360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4360D

Black with #C4360D

Text Example


Text Example

White with #C4360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4360D; }

 p { color: rgb(196,54,13); }

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

background-color css

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

 a { background-color: rgb(196,54,13); }

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

border-color css

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

 span { border-color: rgb(196,54,13); }

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