Html Css Color HEX #C4300D Harley Davidson Orange

📋 copy color: '#C4300D'

red 196 ◦ green 48 ◦ blue 13

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

Shades of Harley Davidson Orange #C4300D

Tints of Harley Davidson Orange #C4300D

RGB

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

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

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

R = 76.26%
G = 18.68%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4300D (or 0xC4300D) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 0D. RGB value is (196,48,13). Sum of RGB (Red+Green+Blue) = 196+48+13=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C4300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4300D is #3BCFF2. Grayscale: #585858. Windows color (decimal): -3919859 or 864452. OLE color: 864452.

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

Color convert

RGB 196 48 13 -
CMYK 0 0.76 0.93 0.23
HSL 11.48º 0.88% 0.41% -
HSV(B) 11.48º 0.93% 0.77% -
XYZ 23.89 13.88 1.8 -
YUV 88.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 196 48 13 0 0.76 0.93 0.23 11.48 0.88 0.41
Hex C4 30 D 0 4C 5D 17 B 58 29
Octal 304 60 15 0 114 135 27 13 130 51
Binary 11000100 110000 1101 0 1001100 1011101 10111 1011 1011000 101001

Color Harmonies of #C4300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4300D

Black with #C4300D

Text Example


Text Example

White with #C4300D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4300D; }

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

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

background-color css

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

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

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

border-color css

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

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

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