Html Css Color HEX #C5250D Harley Davidson Orange

📋 copy color: '#C5250D'

red 197 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #C5250D

Tints of Harley Davidson Orange #C5250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 79.76%
G = 14.98%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5250D (or 0xC5250D) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 0D. RGB value is (197,37,13). Sum of RGB (Red+Green+Blue) = 197+37+13=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5250D is #3ADAF2. Grayscale: #525252. Windows color (decimal): -3857139 or 861637. OLE color: 861637.

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

Color convert

RGB 197 37 13 -
CMYK 0 0.81 0.93 0.23
HSL 7.83º 0.88% 0.41% -
HSV(B) 7.83º 0.93% 0.77% -
XYZ 23.76 13.22 1.68 -
YUV 82.1 89.01 209.95 -
System Red Green Blue C M Y K H S L
Decimal 197 37 13 0 0.81 0.93 0.23 7.83 0.88 0.41
Hex C5 25 D 0 51 5D 17 8 58 29
Octal 305 45 15 0 121 135 27 10 130 51
Binary 11000101 100101 1101 0 1010001 1011101 10111 1000 1011000 101001

Color Harmonies of #C5250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5250D

Black with #C5250D

Text Example


Text Example

White with #C5250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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