Html Css Color HEX #C52906 Harley Davidson Orange

📋 copy color: '#C52906'

red 197 ◦ green 41 ◦ blue 6

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

Shades of Harley Davidson Orange #C52906

Tints of Harley Davidson Orange #C52906

RGB

 RED value IS 197 (77.34% from 255) = 80.74%

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

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 80.74%
G = 16.8%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C52906 (or 0xC52906) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 06. RGB value is (197,41,6). Sum of RGB (Red+Green+Blue) = 197+41+6=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C52906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52906 is #3AD6F9. Grayscale: #535353. Windows color (decimal): -3856122 or 403909. OLE color: 403909.

HSL color Cylindrical-coordinate representation of color #C52906: hue angle of 10.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52906 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 6 -
CMYK 0 0.79 0.97 0.23
HSL 10.99º 0.94% 0.4% -
HSV(B) 10.99º 0.97% 0.77% -
XYZ 23.85 13.47 1.52 -
YUV 83.65 84.18 208.85 -
System Red Green Blue C M Y K H S L
Decimal 197 41 6 0 0.79 0.97 0.23 10.99 0.94 0.4
Hex C5 29 6 0 4F 61 17 B 5E 28
Octal 305 51 6 0 117 141 27 13 136 50
Binary 11000101 101001 110 0 1001111 1100001 10111 1011 1011110 101000

Color Harmonies of #C52906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52906

Black with #C52906

Text Example


Text Example

White with #C52906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52906; }

 p { color: rgb(197,41,6); }

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

background-color css

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

 a { background-color: rgb(197,41,6); }

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

border-color css

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

 span { border-color: rgb(197,41,6); }

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