Html Css Color HEX #C52401 Harley Davidson Orange

📋 copy color: '#C52401'

red 197 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #C52401

Tints of Harley Davidson Orange #C52401

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 84.19%
G = 15.38%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52401 (or 0xC52401) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 01. RGB value is (197,36,1). Sum of RGB (Red+Green+Blue) = 197+36+1=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C52401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52401 is #3ADBFE. Grayscale: #505050. Windows color (decimal): -3857407 or 74949. OLE color: 74949.

HSL color Cylindrical-coordinate representation of color #C52401: hue angle of 10.71º degrees, saturation: 0.99, 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 #C52401 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 1 -
CMYK 0 0.82 0.99 0.23
HSL 10.71º 0.99% 0.39% -
HSV(B) 10.71º 0.99% 0.77% -
XYZ 23.66 13.13 1.32 -
YUV 80.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 197 36 1 0 0.82 0.99 0.23 10.71 0.99 0.39
Hex C5 24 1 0 52 63 17 B 63 27
Octal 305 44 1 0 122 143 27 13 143 47
Binary 11000101 100100 1 0 1010010 1100011 10111 1011 1100011 100111

Color Harmonies of #C52401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52401

Black with #C52401

Text Example


Text Example

White with #C52401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52401; }

 p { color: rgb(197,36,1); }

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

background-color css

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

 a { background-color: rgb(197,36,1); }

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

border-color css

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

 span { border-color: rgb(197,36,1); }

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