Html Css Color HEX #C7281A Harley Davidson Orange

📋 copy color: '#C7281A'

red 199 ◦ green 40 ◦ blue 26

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

Shades of Harley Davidson Orange #C7281A

Tints of Harley Davidson Orange #C7281A

RGB

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

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

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

R = 75.09%
G = 15.09%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7281A (or 0xC7281A) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 1A. RGB value is (199,40,26). Sum of RGB (Red+Green+Blue) = 199+40+26=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7281A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7281A is #38D7E5. Grayscale: #565656. Windows color (decimal): -3725286 or 1714375. OLE color: 1714375.

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

Color convert

RGB 199 40 26 -
CMYK 0 0.80 0.87 0.22
HSL 4.86º 0.77% 0.44% -
HSV(B) 4.86º 0.87% 0.78% -
XYZ 24.5 13.73 2.34 -
YUV 85.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 199 40 26 0 0.80 0.87 0.22 4.86 0.77 0.44
Hex C7 28 1A 0 50 57 16 5 4D 2C
Octal 307 50 32 0 120 127 26 5 115 54
Binary 11000111 101000 11010 0 1010000 1010111 10110 101 1001101 101100

Color Harmonies of #C7281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7281A

Black with #C7281A

Text Example


Text Example

White with #C7281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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