Html Css Color HEX #C52809 Harley Davidson Orange

📋 copy color: '#C52809'

red 197 ◦ green 40 ◦ blue 9

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

Shades of Harley Davidson Orange #C52809

Tints of Harley Davidson Orange #C52809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 80.08%
G = 16.26%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C52809 (or 0xC52809) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 09. RGB value is (197,40,9). Sum of RGB (Red+Green+Blue) = 197+40+9=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C52809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52809 is #3AD7F6. Grayscale: #535353. Windows color (decimal): -3856375 or 600261. OLE color: 600261.

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

Color convert

RGB 197 40 9 -
CMYK 0 0.80 0.95 0.23
HSL 9.89º 0.91% 0.4% -
HSV(B) 9.89º 0.95% 0.77% -
XYZ 23.83 13.41 1.59 -
YUV 83.41 86.01 209.02 -
System Red Green Blue C M Y K H S L
Decimal 197 40 9 0 0.80 0.95 0.23 9.89 0.91 0.4
Hex C5 28 9 0 50 5F 17 A 5B 28
Octal 305 50 11 0 120 137 27 12 133 50
Binary 11000101 101000 1001 0 1010000 1011111 10111 1010 1011011 101000

Color Harmonies of #C52809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52809

Black with #C52809

Text Example


Text Example

White with #C52809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52809; }

 p { color: rgb(197,40,9); }

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

background-color css

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

 a { background-color: rgb(197,40,9); }

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

border-color css

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

 span { border-color: rgb(197,40,9); }

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