Html Css Color HEX #C5270F Harley Davidson Orange

📋 copy color: '#C5270F'

red 197 ◦ green 39 ◦ blue 15

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

Shades of Harley Davidson Orange #C5270F

Tints of Harley Davidson Orange #C5270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 78.49%
G = 15.54%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5270F (or 0xC5270F) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 0F. RGB value is (197,39,15). Sum of RGB (Red+Green+Blue) = 197+39+15=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C5270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5270F is #3AD8F0. Grayscale: #535353. Windows color (decimal): -3856625 or 993221. OLE color: 993221.

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

Color convert

RGB 197 39 15 -
CMYK 0 0.80 0.92 0.23
HSL 7.91º 0.86% 0.42% -
HSV(B) 7.91º 0.92% 0.77% -
XYZ 23.84 13.36 1.77 -
YUV 83.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 197 39 15 0 0.80 0.92 0.23 7.91 0.86 0.42
Hex C5 27 F 0 50 5C 17 8 56 2A
Octal 305 47 17 0 120 134 27 10 126 52
Binary 11000101 100111 1111 0 1010000 1011100 10111 1000 1010110 101010

Color Harmonies of #C5270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5270F

Black with #C5270F

Text Example


Text Example

White with #C5270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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