Html Css Color HEX #C52502 Harley Davidson Orange

📋 copy color: '#C52502'

red 197 ◦ green 37 ◦ blue 2

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

Shades of Harley Davidson Orange #C52502

Tints of Harley Davidson Orange #C52502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 83.47%
G = 15.68%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52502 (or 0xC52502) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 02. RGB value is (197,37,2). Sum of RGB (Red+Green+Blue) = 197+37+2=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C52502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52502 is #3ADAFD. Grayscale: #515151. Windows color (decimal): -3857150 or 140741. OLE color: 140741.

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

Color convert

RGB 197 37 2 -
CMYK 0 0.81 0.99 0.23
HSL 10.77º 0.98% 0.39% -
HSV(B) 10.77º 0.99% 0.77% -
XYZ 23.7 13.2 1.36 -
YUV 80.85 83.51 210.85 -
System Red Green Blue C M Y K H S L
Decimal 197 37 2 0 0.81 0.99 0.23 10.77 0.98 0.39
Hex C5 25 2 0 51 63 17 B 62 27
Octal 305 45 2 0 121 143 27 13 142 47
Binary 11000101 100101 10 0 1010001 1100011 10111 1011 1100010 100111

Color Harmonies of #C52502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52502

Black with #C52502

Text Example


Text Example

White with #C52502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52502; }

 p { color: rgb(197,37,2); }

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

background-color css

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

 a { background-color: rgb(197,37,2); }

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

border-color css

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

 span { border-color: rgb(197,37,2); }

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