Html Css Color HEX #C53004 Harley Davidson Orange

📋 copy color: '#C53004'

red 197 ◦ green 48 ◦ blue 4

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

Shades of Harley Davidson Orange #C53004

Tints of Harley Davidson Orange #C53004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 79.12%
G = 19.28%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53004 (or 0xC53004) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 04. RGB value is (197,48,4). Sum of RGB (Red+Green+Blue) = 197+48+4=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C53004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53004 is #3ACFFB. Grayscale: #575757. Windows color (decimal): -3854332 or 274629. OLE color: 274629.

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

Color convert

RGB 197 48 4 -
CMYK 0 0.76 0.98 0.23
HSL 13.68º 0.96% 0.39% -
HSV(B) 13.68º 0.98% 0.77% -
XYZ 24.1 13.99 1.55 -
YUV 87.54 80.86 206.08 -
System Red Green Blue C M Y K H S L
Decimal 197 48 4 0 0.76 0.98 0.23 13.68 0.96 0.39
Hex C5 30 4 0 4C 62 17 E 60 27
Octal 305 60 4 0 114 142 27 16 140 47
Binary 11000101 110000 100 0 1001100 1100010 10111 1110 1100000 100111

Color Harmonies of #C53004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53004

Black with #C53004

Text Example


Text Example

White with #C53004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53004; }

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

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

background-color css

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

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

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

border-color css

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

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

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