Html Css Color HEX #C4350B Harley Davidson Orange

📋 copy color: '#C4350B'

red 196 ◦ green 53 ◦ blue 11

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

Shades of Harley Davidson Orange #C4350B

Tints of Harley Davidson Orange #C4350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

 BLUE value IS 11 (4.69% from 255) = 4.23%

R = 75.38%
G = 20.38%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4350B (or 0xC4350B) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 0B. RGB value is (196,53,11). Sum of RGB (Red+Green+Blue) = 196+53+11=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4350B is #3BCAF4. Grayscale: #5B5B5B. Windows color (decimal): -3918581 or 734660. OLE color: 734660.

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

Color convert

RGB 196 53 11 -
CMYK 0 0.73 0.94 0.23
HSL 13.62º 0.89% 0.41% -
HSV(B) 13.62º 0.94% 0.77% -
XYZ 24.1 14.31 1.81 -
YUV 90.97 82.88 202.92 -
System Red Green Blue C M Y K H S L
Decimal 196 53 11 0 0.73 0.94 0.23 13.62 0.89 0.41
Hex C4 35 B 0 49 5E 17 E 59 29
Octal 304 65 13 0 111 136 27 16 131 51
Binary 11000100 110101 1011 0 1001001 1011110 10111 1110 1011001 101001

Color Harmonies of #C4350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4350B

Black with #C4350B

Text Example


Text Example

White with #C4350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4350B; }

 p { color: rgb(196,53,11); }

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

background-color css

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

 a { background-color: rgb(196,53,11); }

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

border-color css

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

 span { border-color: rgb(196,53,11); }

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