Html Css Color HEX #C53304 Harley Davidson Orange

📋 copy color: '#C53304'

red 197 ◦ green 51 ◦ blue 4

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

Shades of Harley Davidson Orange #C53304

Tints of Harley Davidson Orange #C53304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 78.17%
G = 20.24%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53304 (or 0xC53304) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 04. RGB value is (197,51,4). Sum of RGB (Red+Green+Blue) = 197+51+4=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C53304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53304 is #3ACCFB. Grayscale: #595959. Windows color (decimal): -3853564 or 275397. OLE color: 275397.

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

Color convert

RGB 197 51 4 -
CMYK 0 0.74 0.98 0.23
HSL 14.61º 0.96% 0.39% -
HSV(B) 14.61º 0.98% 0.77% -
XYZ 24.23 14.25 1.59 -
YUV 89.3 79.87 204.82 -
System Red Green Blue C M Y K H S L
Decimal 197 51 4 0 0.74 0.98 0.23 14.61 0.96 0.39
Hex C5 33 4 0 4A 62 17 F 60 27
Octal 305 63 4 0 112 142 27 17 140 47
Binary 11000101 110011 100 0 1001010 1100010 10111 1111 1100000 100111

Color Harmonies of #C53304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53304

Black with #C53304

Text Example


Text Example

White with #C53304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53304; }

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

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

background-color css

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

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

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

border-color css

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

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

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