Html Css Color HEX #C53218 Harley Davidson Orange

📋 copy color: '#C53218'

red 197 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #C53218

Tints of Harley Davidson Orange #C53218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 72.69%
G = 18.45%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53218 (or 0xC53218) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 18. RGB value is (197,50,24). Sum of RGB (Red+Green+Blue) = 197+50+24=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53218 is #3ACDE7. Grayscale: #5B5B5B. Windows color (decimal): -3853800 or 1585861. OLE color: 1585861.

HSL color Cylindrical-coordinate representation of color #C53218: hue angle of 9.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C53218 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 24 -
CMYK 0 0.75 0.88 0.23
HSL 9.02º 0.78% 0.43% -
HSV(B) 9.02º 0.88% 0.77% -
XYZ 24.33 14.22 2.33 -
YUV 90.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 197 50 24 0 0.75 0.88 0.23 9.02 0.78 0.43
Hex C5 32 18 0 4B 58 17 9 4E 2B
Octal 305 62 30 0 113 130 27 11 116 53
Binary 11000101 110010 11000 0 1001011 1011000 10111 1001 1001110 101011

Color Harmonies of #C53218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53218

Black with #C53218

Text Example


Text Example

White with #C53218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53218; }

 p { color: rgb(197,50,24); }

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

background-color css

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

 a { background-color: rgb(197,50,24); }

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

border-color css

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

 span { border-color: rgb(197,50,24); }

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