Html Css Color HEX #C4280D Harley Davidson Orange

📋 copy color: '#C4280D'

red 196 ◦ green 40 ◦ blue 13

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

Shades of Harley Davidson Orange #C4280D

Tints of Harley Davidson Orange #C4280D

RGB

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

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

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

R = 78.71%
G = 16.06%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4280D (or 0xC4280D) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 0D. RGB value is (196,40,13). Sum of RGB (Red+Green+Blue) = 196+40+13=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C4280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4280D is #3BD7F2. Grayscale: #535353. Windows color (decimal): -3921907 or 862404. OLE color: 862404.

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

Color convert

RGB 196 40 13 -
CMYK 0 0.80 0.93 0.23
HSL 8.85º 0.88% 0.41% -
HSV(B) 8.85º 0.93% 0.77% -
XYZ 23.6 13.28 1.7 -
YUV 83.57 88.18 208.2 -
System Red Green Blue C M Y K H S L
Decimal 196 40 13 0 0.80 0.93 0.23 8.85 0.88 0.41
Hex C4 28 D 0 50 5D 17 9 58 29
Octal 304 50 15 0 120 135 27 11 130 51
Binary 11000100 101000 1101 0 1010000 1011101 10111 1001 1011000 101001

Color Harmonies of #C4280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4280D

Black with #C4280D

Text Example


Text Example

White with #C4280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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