Html Css Color HEX #C53318 Harley Davidson Orange

📋 copy color: '#C53318'

red 197 ◦ green 51 ◦ blue 24

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

Shades of Harley Davidson Orange #C53318

Tints of Harley Davidson Orange #C53318

RGB

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

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

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

R = 72.43%
G = 18.75%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53318 (or 0xC53318) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 18. RGB value is (197,51,24). Sum of RGB (Red+Green+Blue) = 197+51+24=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53318 is #3ACCE7. Grayscale: #5B5B5B. Windows color (decimal): -3853544 or 1586117. OLE color: 1586117.

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

Color convert

RGB 197 51 24 -
CMYK 0 0.74 0.88 0.23
HSL 9.36º 0.78% 0.43% -
HSV(B) 9.36º 0.88% 0.77% -
XYZ 24.37 14.3 2.34 -
YUV 91.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 197 51 24 0 0.74 0.88 0.23 9.36 0.78 0.43
Hex C5 33 18 0 4A 58 17 9 4E 2B
Octal 305 63 30 0 112 130 27 11 116 53
Binary 11000101 110011 11000 0 1001010 1011000 10111 1001 1001110 101011

Color Harmonies of #C53318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53318

Black with #C53318

Text Example


Text Example

White with #C53318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53318; }

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

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

background-color css

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

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

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

border-color css

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

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

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