Html Css Color HEX #C53F0F Harley Davidson Orange

📋 copy color: '#C53F0F'

red 197 ◦ green 63 ◦ blue 15

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

Shades of Harley Davidson Orange #C53F0F

Tints of Harley Davidson Orange #C53F0F

RGB

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

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

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

R = 71.64%
G = 22.91%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C53F0F (or 0xC53F0F) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 0F. RGB value is (197,63,15). Sum of RGB (Red+Green+Blue) = 197+63+15=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F0F is #3AC0F0. Grayscale: #616161. Windows color (decimal): -3850481 or 999365. OLE color: 999365.

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

Color convert

RGB 197 63 15 -
CMYK 0 0.68 0.92 0.23
HSL 15.82º 0.86% 0.42% -
HSV(B) 15.82º 0.92% 0.77% -
XYZ 24.89 15.46 2.12 -
YUV 97.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 197 63 15 0 0.68 0.92 0.23 15.82 0.86 0.42
Hex C5 3F F 0 44 5C 17 10 56 2A
Octal 305 77 17 0 104 134 27 20 126 52
Binary 11000101 111111 1111 0 1000100 1011100 10111 10000 1010110 101010

Color Harmonies of #C53F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F0F

Black with #C53F0F

Text Example


Text Example

White with #C53F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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