Html Css Color HEX #C52318 Harley Davidson Orange

📋 copy color: '#C52318'

red 197 ◦ green 35 ◦ blue 24

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

Shades of Harley Davidson Orange #C52318

Tints of Harley Davidson Orange #C52318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 76.95%
G = 13.67%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52318 (or 0xC52318) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 18. RGB value is (197,35,24). Sum of RGB (Red+Green+Blue) = 197+35+24=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52318 is #3ADCE7. Grayscale: #525252. Windows color (decimal): -3857640 or 1582021. OLE color: 1582021.

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

Color convert

RGB 197 35 24 -
CMYK 0 0.82 0.88 0.23
HSL 3.82º 0.78% 0.43% -
HSV(B) 3.82º 0.88% 0.77% -
XYZ 23.79 13.14 2.15 -
YUV 82.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 197 35 24 0 0.82 0.88 0.23 3.82 0.78 0.43
Hex C5 23 18 0 52 58 17 4 4E 2B
Octal 305 43 30 0 122 130 27 4 116 53
Binary 11000101 100011 11000 0 1010010 1011000 10111 100 1001110 101011

Color Harmonies of #C52318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52318

Black with #C52318

Text Example


Text Example

White with #C52318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52318; }

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

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

background-color css

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

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

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

border-color css

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

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

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