Html Css Color HEX #C52904 Harley Davidson Orange

📋 copy color: '#C52904'

red 197 ◦ green 41 ◦ blue 4

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

Shades of Harley Davidson Orange #C52904

Tints of Harley Davidson Orange #C52904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.94%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 81.4%
G = 16.94%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C52904 (or 0xC52904) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 04. RGB value is (197,41,4). Sum of RGB (Red+Green+Blue) = 197+41+4=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C52904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52904 is #3AD6FB. Grayscale: #535353. Windows color (decimal): -3856124 or 272837. OLE color: 272837.

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

Color convert

RGB 197 41 4 -
CMYK 0 0.79 0.98 0.23
HSL 11.5º 0.96% 0.39% -
HSV(B) 11.5º 0.98% 0.77% -
XYZ 23.84 13.46 1.46 -
YUV 83.43 83.18 209.01 -
System Red Green Blue C M Y K H S L
Decimal 197 41 4 0 0.79 0.98 0.23 11.5 0.96 0.39
Hex C5 29 4 0 4F 62 17 C 60 27
Octal 305 51 4 0 117 142 27 14 140 47
Binary 11000101 101001 100 0 1001111 1100010 10111 1100 1100000 100111

Color Harmonies of #C52904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52904

Black with #C52904

Text Example


Text Example

White with #C52904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52904; }

 p { color: rgb(197,41,4); }

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

background-color css

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

 a { background-color: rgb(197,41,4); }

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

border-color css

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

 span { border-color: rgb(197,41,4); }

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