Html Css Color HEX #C52709 Harley Davidson Orange

📋 copy color: '#C52709'

red 197 ◦ green 39 ◦ blue 9

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

Shades of Harley Davidson Orange #C52709

Tints of Harley Davidson Orange #C52709

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

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

R = 80.41%
G = 15.92%
B = 3.67%

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

#C52709 (or 0xC52709) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 09. RGB value is (197,39,9). Sum of RGB (Red+Green+Blue) = 197+39+9=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C52709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52709 is #3AD8F6. Grayscale: #535353. Windows color (decimal): -3856631 or 600005. OLE color: 600005.

HSL color Cylindrical-coordinate representation of color #C52709: hue angle of 9.57º 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 #C52709 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 9 -
CMYK 0 0.80 0.95 0.23
HSL 9.57º 0.91% 0.4% -
HSV(B) 9.57º 0.95% 0.77% -
XYZ 23.8 13.34 1.58 -
YUV 82.82 86.35 209.44 -
System Red Green Blue C M Y K H S L
Decimal 197 39 9 0 0.80 0.95 0.23 9.57 0.91 0.4
Hex C5 27 9 0 50 5F 17 A 5B 28
Octal 305 47 11 0 120 137 27 12 133 50
Binary 11000101 100111 1001 0 1010000 1011111 10111 1010 1011011 101000

Color Harmonies of #C52709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52709

Black with #C52709

Text Example


Text Example

White with #C52709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52709; }

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

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

background-color css

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

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

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

border-color css

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

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

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