Html Css Color HEX #C4290B Harley Davidson Orange

📋 copy color: '#C4290B'

red 196 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #C4290B

Tints of Harley Davidson Orange #C4290B

RGB

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

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

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

R = 79.03%
G = 16.53%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4290B (or 0xC4290B) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 0B. RGB value is (196,41,11). Sum of RGB (Red+Green+Blue) = 196+41+11=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 41 (16.41% from 255 or 16.53% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4290B is #3BD6F4. Grayscale: #545454. Windows color (decimal): -3921653 or 731588. OLE color: 731588.

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

Color convert

RGB 196 41 11 -
CMYK 0 0.79 0.94 0.23
HSL 9.73º 0.89% 0.41% -
HSV(B) 9.73º 0.94% 0.77% -
XYZ 23.62 13.35 1.65 -
YUV 83.93 86.85 207.94 -
System Red Green Blue C M Y K H S L
Decimal 196 41 11 0 0.79 0.94 0.23 9.73 0.89 0.41
Hex C4 29 B 0 4F 5E 17 A 59 29
Octal 304 51 13 0 117 136 27 12 131 51
Binary 11000100 101001 1011 0 1001111 1011110 10111 1010 1011001 101001

Color Harmonies of #C4290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4290B

Black with #C4290B

Text Example


Text Example

White with #C4290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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