Html Css Color HEX #C52600 Harley Davidson Orange

📋 copy color: '#C52600'

red 197 ◦ green 38 ◦ blue 0

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

Shades of Harley Davidson Orange #C52600

Tints of Harley Davidson Orange #C52600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 83.83%
G = 16.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C52600 (or 0xC52600) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 00. RGB value is (197,38,0). Sum of RGB (Red+Green+Blue) = 197+38+0=235 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.83% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 197 - color contains mainly: red. Hex color #C52600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52600 is #3AD9FF. Grayscale: #515151. Windows color (decimal): -3856896 or 9925. OLE color: 9925.

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

Color convert

RGB 197 38 0 -
CMYK 0 0.81 1 0.23
HSL 11.57º 1% 0.39% -
HSV(B) 11.57º 1% 0.77% -
XYZ 23.72 13.26 1.31 -
YUV 81.21 82.18 210.59 -
System Red Green Blue C M Y K H S L
Decimal 197 38 0 0 0.81 1 0.23 11.57 1 0.39
Hex C5 26 0 0 51 64 17 C 64 27
Octal 305 46 0 0 121 144 27 14 144 47
Binary 11000101 100110 0 0 1010001 1100100 10111 1100 1100100 100111

Color Harmonies of #C52600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52600

Black with #C52600

Text Example


Text Example

White with #C52600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52600; }

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

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

background-color css

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

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

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

border-color css

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

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

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