Html Css Color HEX #C52800 Harley Davidson Orange

📋 copy color: '#C52800'

red 197 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #C52800

Tints of Harley Davidson Orange #C52800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.12%
G = 16.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C52800 (or 0xC52800) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 00. RGB value is (197,40,0). Sum of RGB (Red+Green+Blue) = 197+40+0=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C52800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52800 is #3AD7FF. Grayscale: #525252. Windows color (decimal): -3856384 or 10437. OLE color: 10437.

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

Color convert

RGB 197 40 0 -
CMYK 0 0.80 1 0.23
HSL 12.18º 1% 0.39% -
HSV(B) 12.18º 1% 0.77% -
XYZ 23.78 13.39 1.33 -
YUV 82.38 81.51 209.75 -
System Red Green Blue C M Y K H S L
Decimal 197 40 0 0 0.80 1 0.23 12.18 1 0.39
Hex C5 28 0 0 50 64 17 C 64 27
Octal 305 50 0 0 120 144 27 14 144 47
Binary 11000101 101000 0 0 1010000 1100100 10111 1100 1100100 100111

Color Harmonies of #C52800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52800

Black with #C52800

Text Example


Text Example

White with #C52800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52800; }

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

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

background-color css

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

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

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

border-color css

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

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

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