Html Css Color HEX #C53F24 Harley Davidson Orange

📋 copy color: '#C53F24'

red 197 ◦ green 63 ◦ blue 36

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

Shades of Harley Davidson Orange #C53F24

Tints of Harley Davidson Orange #C53F24

RGB

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

 GREEN value IS 63 (25% from 255) = 21.28%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 66.55%
G = 21.28%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C53F24 (or 0xC53F24) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 24. RGB value is (197,63,36). Sum of RGB (Red+Green+Blue) = 197+63+36=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F24 is #3AC0DB. Grayscale: #646464. Windows color (decimal): -3850460 or 2375621. OLE color: 2375621.

HSL color Cylindrical-coordinate representation of color #C53F24: hue angle of 10.06º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C53F24 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 36 -
CMYK 0 0.68 0.82 0.23
HSL 10.06º 0.69% 0.46% -
HSV(B) 10.06º 0.82% 0.77% -
XYZ 25.12 15.55 3.35 -
YUV 99.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 197 63 36 0 0.68 0.82 0.23 10.06 0.69 0.46
Hex C5 3F 24 0 44 52 17 A 45 2E
Octal 305 77 44 0 104 122 27 12 105 56
Binary 11000101 111111 100100 0 1000100 1010010 10111 1010 1000101 101110

Color Harmonies of #C53F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F24

Black with #C53F24

Text Example


Text Example

White with #C53F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F24; }

 p { color: rgb(197,63,36); }

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

background-color css

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

 a { background-color: rgb(197,63,36); }

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

border-color css

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

 span { border-color: rgb(197,63,36); }

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