Html Css Color HEX #C4351A Harley Davidson Orange

📋 copy color: '#C4351A'

red 196 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #C4351A

Tints of Harley Davidson Orange #C4351A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.45%

R = 71.27%
G = 19.27%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4351A (or 0xC4351A) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 1A. RGB value is (196,53,26). Sum of RGB (Red+Green+Blue) = 196+53+26=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4351A is #3BCAE5. Grayscale: #5C5C5C. Windows color (decimal): -3918566 or 1717700. OLE color: 1717700.

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

Color convert

RGB 196 53 26 -
CMYK 0 0.73 0.87 0.23
HSL 9.53º 0.77% 0.44% -
HSV(B) 9.53º 0.87% 0.77% -
XYZ 24.22 14.36 2.47 -
YUV 92.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 196 53 26 0 0.73 0.87 0.23 9.53 0.77 0.44
Hex C4 35 1A 0 49 57 17 A 4D 2C
Octal 304 65 32 0 111 127 27 12 115 54
Binary 11000100 110101 11010 0 1001001 1010111 10111 1010 1001101 101100

Color Harmonies of #C4351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4351A

Black with #C4351A

Text Example


Text Example

White with #C4351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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