Html Css Color HEX #C4280C Harley Davidson Orange

📋 copy color: '#C4280C'

red 196 ◦ green 40 ◦ blue 12

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

Shades of Harley Davidson Orange #C4280C

Tints of Harley Davidson Orange #C4280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 79.03%
G = 16.13%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4280C (or 0xC4280C) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 0C. RGB value is (196,40,12). Sum of RGB (Red+Green+Blue) = 196+40+12=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4280C is #3BD7F3. Grayscale: #535353. Windows color (decimal): -3921908 or 796868. OLE color: 796868.

HSL color Cylindrical-coordinate representation of color #C4280C: hue angle of 9.13º degrees, saturation: 0.88, 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 #C4280C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 12 -
CMYK 0 0.80 0.94 0.23
HSL 9.13º 0.88% 0.41% -
HSV(B) 9.13º 0.94% 0.77% -
XYZ 23.59 13.28 1.67 -
YUV 83.45 87.68 208.28 -
System Red Green Blue C M Y K H S L
Decimal 196 40 12 0 0.80 0.94 0.23 9.13 0.88 0.41
Hex C4 28 C 0 50 5E 17 9 58 29
Octal 304 50 14 0 120 136 27 11 130 51
Binary 11000100 101000 1100 0 1010000 1011110 10111 1001 1011000 101001

Color Harmonies of #C4280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4280C

Black with #C4280C

Text Example


Text Example

White with #C4280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4280C; }

 p { color: rgb(196,40,12); }

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

background-color css

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

 a { background-color: rgb(196,40,12); }

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

border-color css

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

 span { border-color: rgb(196,40,12); }

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