Html Css Color HEX #C52004 Harley Davidson Orange

📋 copy color: '#C52004'

red 197 ◦ green 32 ◦ blue 4

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

Shades of Harley Davidson Orange #C52004

Tints of Harley Davidson Orange #C52004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.73%

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

R = 84.55%
G = 13.73%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C52004 (or 0xC52004) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 04. RGB value is (197,32,4). Sum of RGB (Red+Green+Blue) = 197+32+4=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C52004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52004 is #3ADFFB. Grayscale: #4E4E4E. Windows color (decimal): -3858428 or 270533. OLE color: 270533.

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

Color convert

RGB 197 32 4 -
CMYK 0 0.84 0.98 0.23
HSL 8.7º 0.96% 0.39% -
HSV(B) 8.7º 0.98% 0.77% -
XYZ 23.56 12.91 1.37 -
YUV 78.14 86.16 212.78 -
System Red Green Blue C M Y K H S L
Decimal 197 32 4 0 0.84 0.98 0.23 8.7 0.96 0.39
Hex C5 20 4 0 54 62 17 9 60 27
Octal 305 40 4 0 124 142 27 11 140 47
Binary 11000101 100000 100 0 1010100 1100010 10111 1001 1100000 100111

Color Harmonies of #C52004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52004

Black with #C52004

Text Example


Text Example

White with #C52004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52004; }

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

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

background-color css

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

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

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

border-color css

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

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

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