Html Css Color HEX #C4330D Harley Davidson Orange

📋 copy color: '#C4330D'

red 196 ◦ green 51 ◦ blue 13

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

Shades of Harley Davidson Orange #C4330D

Tints of Harley Davidson Orange #C4330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.62%

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

R = 75.38%
G = 19.62%
B = 5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4330D (or 0xC4330D) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 0D. RGB value is (196,51,13). Sum of RGB (Red+Green+Blue) = 196+51+13=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4330D is #3BCCF2. Grayscale: #5A5A5A. Windows color (decimal): -3919091 or 865220. OLE color: 865220.

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

Color convert

RGB 196 51 13 -
CMYK 0 0.74 0.93 0.23
HSL 12.46º 0.88% 0.41% -
HSV(B) 12.46º 0.93% 0.77% -
XYZ 24.02 14.13 1.84 -
YUV 90.02 84.54 203.59 -
System Red Green Blue C M Y K H S L
Decimal 196 51 13 0 0.74 0.93 0.23 12.46 0.88 0.41
Hex C4 33 D 0 4A 5D 17 C 58 29
Octal 304 63 15 0 112 135 27 14 130 51
Binary 11000100 110011 1101 0 1001010 1011101 10111 1100 1011000 101001

Color Harmonies of #C4330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4330D

Black with #C4330D

Text Example


Text Example

White with #C4330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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