Html Css Color HEX #C53E0F Harley Davidson Orange

📋 copy color: '#C53E0F'

red 197 ◦ green 62 ◦ blue 15

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

Shades of Harley Davidson Orange #C53E0F

Tints of Harley Davidson Orange #C53E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 71.9%
G = 22.63%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C53E0F (or 0xC53E0F) is known color: Harley Davidson Orange. HEX triplet: C5, 3E and 0F. RGB value is (197,62,15). Sum of RGB (Red+Green+Blue) = 197+62+15=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53E0F is #3AC1F0. Grayscale: #616161. Windows color (decimal): -3850737 or 999109. OLE color: 999109.

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

Color convert

RGB 197 62 15 -
CMYK 0 0.69 0.92 0.23
HSL 15.49º 0.86% 0.42% -
HSV(B) 15.49º 0.92% 0.77% -
XYZ 24.83 15.35 2.11 -
YUV 97.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 197 62 15 0 0.69 0.92 0.23 15.49 0.86 0.42
Hex C5 3E F 0 45 5C 17 F 56 2A
Octal 305 76 17 0 105 134 27 17 126 52
Binary 11000101 111110 1111 0 1000101 1011100 10111 1111 1010110 101010

Color Harmonies of #C53E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53E0F

Black with #C53E0F

Text Example


Text Example

White with #C53E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53E0F; }

 p { color: rgb(197,62,15); }

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

background-color css

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

 a { background-color: rgb(197,62,15); }

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

border-color css

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

 span { border-color: rgb(197,62,15); }

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