Html Css Color HEX #C52718 Harley Davidson Orange

📋 copy color: '#C52718'

red 197 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #C52718

Tints of Harley Davidson Orange #C52718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

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

R = 75.77%
G = 15%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52718 (or 0xC52718) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 18. RGB value is (197,39,24). Sum of RGB (Red+Green+Blue) = 197+39+24=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C52718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52718 is #3AD8E7. Grayscale: #545454. Windows color (decimal): -3856616 or 1583045. OLE color: 1583045.

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

Color convert

RGB 197 39 24 -
CMYK 0 0.80 0.88 0.23
HSL 5.2º 0.78% 0.43% -
HSV(B) 5.2º 0.88% 0.77% -
XYZ 23.92 13.39 2.19 -
YUV 84.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 197 39 24 0 0.80 0.88 0.23 5.2 0.78 0.43
Hex C5 27 18 0 50 58 17 5 4E 2B
Octal 305 47 30 0 120 130 27 5 116 53
Binary 11000101 100111 11000 0 1010000 1011000 10111 101 1001110 101011

Color Harmonies of #C52718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52718

Black with #C52718

Text Example


Text Example

White with #C52718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52718; }

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

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

background-color css

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

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

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

border-color css

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

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

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