Html Css Color HEX #C53306 Harley Davidson Orange

📋 copy color: '#C53306'

red 197 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #C53306

Tints of Harley Davidson Orange #C53306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 77.56%
G = 20.08%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53306 (or 0xC53306) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 06. RGB value is (197,51,6). Sum of RGB (Red+Green+Blue) = 197+51+6=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53306 is #3ACCF9. Grayscale: #595959. Windows color (decimal): -3853562 or 406469. OLE color: 406469.

HSL color Cylindrical-coordinate representation of color #C53306: hue angle of 14.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C53306 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 51 6 -
CMYK 0 0.74 0.97 0.23
HSL 14.14º 0.94% 0.4% -
HSV(B) 14.14º 0.97% 0.77% -
XYZ 24.24 14.25 1.65 -
YUV 89.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 197 51 6 0 0.74 0.97 0.23 14.14 0.94 0.4
Hex C5 33 6 0 4A 61 17 E 5E 28
Octal 305 63 6 0 112 141 27 16 136 50
Binary 11000101 110011 110 0 1001010 1100001 10111 1110 1011110 101000

Color Harmonies of #C53306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53306

Black with #C53306

Text Example


Text Example

White with #C53306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53306; }

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

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

background-color css

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

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

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

border-color css

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

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

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