Html Css Color HEX #C52218 Harley Davidson Orange

📋 copy color: '#C52218'

red 197 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #C52218

Tints of Harley Davidson Orange #C52218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 77.25%
G = 13.33%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C52218 (or 0xC52218) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 18. RGB value is (197,34,24). Sum of RGB (Red+Green+Blue) = 197+34+24=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52218 is #3ADDE7. Grayscale: #515151. Windows color (decimal): -3857896 or 1581765. OLE color: 1581765.

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

Color convert

RGB 197 34 24 -
CMYK 0 0.83 0.88 0.23
HSL 3.47º 0.78% 0.43% -
HSV(B) 3.47º 0.88% 0.77% -
XYZ 23.76 13.08 2.14 -
YUV 81.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 197 34 24 0 0.83 0.88 0.23 3.47 0.78 0.43
Hex C5 22 18 0 53 58 17 3 4E 2B
Octal 305 42 30 0 123 130 27 3 116 53
Binary 11000101 100010 11000 0 1010011 1011000 10111 11 1001110 101011

Color Harmonies of #C52218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52218

Black with #C52218

Text Example


Text Example

White with #C52218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52218; }

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

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

background-color css

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

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

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

border-color css

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

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

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