Html Css Color HEX #C5330A Harley Davidson Orange

📋 copy color: '#C5330A'

red 197 ◦ green 51 ◦ blue 10

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

Shades of Harley Davidson Orange #C5330A

Tints of Harley Davidson Orange #C5330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 76.36%
G = 19.77%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5330A (or 0xC5330A) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 0A. RGB value is (197,51,10). Sum of RGB (Red+Green+Blue) = 197+51+10=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5330A is #3ACCF5. Grayscale: #5A5A5A. Windows color (decimal): -3853558 or 668613. OLE color: 668613.

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

Color convert

RGB 197 51 10 -
CMYK 0 0.74 0.95 0.23
HSL 13.16º 0.9% 0.41% -
HSV(B) 13.16º 0.95% 0.77% -
XYZ 24.26 14.26 1.76 -
YUV 89.98 82.87 204.33 -
System Red Green Blue C M Y K H S L
Decimal 197 51 10 0 0.74 0.95 0.23 13.16 0.9 0.41
Hex C5 33 A 0 4A 5F 17 D 5A 29
Octal 305 63 12 0 112 137 27 15 132 51
Binary 11000101 110011 1010 0 1001010 1011111 10111 1101 1011010 101001

Color Harmonies of #C5330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5330A

Black with #C5330A

Text Example


Text Example

White with #C5330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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