Html Css Color HEX #C7290B Harley Davidson Orange

📋 copy color: '#C7290B'

red 199 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #C7290B

Tints of Harley Davidson Orange #C7290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 79.28%
G = 16.33%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7290B (or 0xC7290B) is known color: Harley Davidson Orange. HEX triplet: C7, 29 and 0B. RGB value is (199,41,11). Sum of RGB (Red+Green+Blue) = 199+41+11=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C7290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7290B is #38D6F4. Grayscale: #555555. Windows color (decimal): -3725045 or 731591. OLE color: 731591.

HSL color Cylindrical-coordinate representation of color #C7290B: hue angle of 9.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7290B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 11 -
CMYK 0 0.79 0.94 0.22
HSL 9.57º 0.9% 0.41% -
HSV(B) 9.57º 0.94% 0.78% -
XYZ 24.41 13.75 1.68 -
YUV 84.82 86.35 209.44 -
System Red Green Blue C M Y K H S L
Decimal 199 41 11 0 0.79 0.94 0.22 9.57 0.9 0.41
Hex C7 29 B 0 4F 5E 16 A 5A 29
Octal 307 51 13 0 117 136 26 12 132 51
Binary 11000111 101001 1011 0 1001111 1011110 10110 1010 1011010 101001

Color Harmonies of #C7290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7290B

Black with #C7290B

Text Example


Text Example

White with #C7290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7290B; }

 p { color: rgb(199,41,11); }

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

background-color css

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

 a { background-color: rgb(199,41,11); }

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

border-color css

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

 span { border-color: rgb(199,41,11); }

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