Html Css Color HEX #C7280D Harley Davidson Orange

📋 copy color: '#C7280D'

red 199 ◦ green 40 ◦ blue 13

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

Shades of Harley Davidson Orange #C7280D

Tints of Harley Davidson Orange #C7280D

RGB

 RED value IS 199 (78.13% from 255) = 78.97%

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

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

R = 78.97%
G = 15.87%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7280D (or 0xC7280D) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 0D. RGB value is (199,40,13). Sum of RGB (Red+Green+Blue) = 199+40+13=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C7280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7280D is #38D7F2. Grayscale: #545454. Windows color (decimal): -3725299 or 862407. OLE color: 862407.

HSL color Cylindrical-coordinate representation of color #C7280D: hue angle of 8.71º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7280D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 13 -
CMYK 0 0.80 0.93 0.22
HSL 8.71º 0.88% 0.42% -
HSV(B) 8.71º 0.93% 0.78% -
XYZ 24.38 13.69 1.74 -
YUV 84.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 199 40 13 0 0.80 0.93 0.22 8.71 0.88 0.42
Hex C7 28 D 0 50 5D 16 9 58 2A
Octal 307 50 15 0 120 135 26 11 130 52
Binary 11000111 101000 1101 0 1010000 1011101 10110 1001 1011000 101010

Color Harmonies of #C7280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7280D

Black with #C7280D

Text Example


Text Example

White with #C7280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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