Html Css Color HEX #C52618 Harley Davidson Orange

📋 copy color: '#C52618'

red 197 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #C52618

Tints of Harley Davidson Orange #C52618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.67%

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

R = 76.06%
G = 14.67%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52618 (or 0xC52618) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 18. RGB value is (197,38,24). Sum of RGB (Red+Green+Blue) = 197+38+24=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C52618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52618 is #3AD9E7. Grayscale: #545454. Windows color (decimal): -3856872 or 1582789. OLE color: 1582789.

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

Color convert

RGB 197 38 24 -
CMYK 0 0.81 0.88 0.23
HSL 4.86º 0.78% 0.43% -
HSV(B) 4.86º 0.88% 0.77% -
XYZ 23.88 13.32 2.18 -
YUV 83.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 197 38 24 0 0.81 0.88 0.23 4.86 0.78 0.43
Hex C5 26 18 0 51 58 17 5 4E 2B
Octal 305 46 30 0 121 130 27 5 116 53
Binary 11000101 100110 11000 0 1010001 1011000 10111 101 1001110 101011

Color Harmonies of #C52618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52618

Black with #C52618

Text Example


Text Example

White with #C52618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52618; }

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

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

background-color css

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

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

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

border-color css

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

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

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