Html Css Color HEX #C5270D Harley Davidson Orange

📋 copy color: '#C5270D'

red 197 ◦ green 39 ◦ blue 13

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

Shades of Harley Davidson Orange #C5270D

Tints of Harley Davidson Orange #C5270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.22%

R = 79.12%
G = 15.66%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5270D (or 0xC5270D) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 0D. RGB value is (197,39,13). Sum of RGB (Red+Green+Blue) = 197+39+13=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C5270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5270D is #3AD8F2. Grayscale: #535353. Windows color (decimal): -3856627 or 862149. OLE color: 862149.

HSL color Cylindrical-coordinate representation of color #C5270D: hue angle of 8.48º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5270D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 39 13 -
CMYK 0 0.80 0.93 0.23
HSL 8.48º 0.88% 0.41% -
HSV(B) 8.48º 0.93% 0.77% -
XYZ 23.82 13.35 1.7 -
YUV 83.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 197 39 13 0 0.80 0.93 0.23 8.48 0.88 0.41
Hex C5 27 D 0 50 5D 17 8 58 29
Octal 305 47 15 0 120 135 27 10 130 51
Binary 11000101 100111 1101 0 1010000 1011101 10111 1000 1011000 101001

Color Harmonies of #C5270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5270D

Black with #C5270D

Text Example


Text Example

White with #C5270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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