Html Css Color HEX #C31F10 Harley Davidson Orange

📋 copy color: '#C31F10'

red 195 ◦ green 31 ◦ blue 16

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

Shades of Harley Davidson Orange #C31F10

Tints of Harley Davidson Orange #C31F10

RGB

 RED value IS 195 (76.56% from 255) = 80.58%

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 80.58%
G = 12.81%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31F10 (or 0xC31F10) is known color: Harley Davidson Orange. HEX triplet: C3, 1F and 10. RGB value is (195,31,16). Sum of RGB (Red+Green+Blue) = 195+31+16=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F10 is #3CE0EF. Grayscale: #4E4E4E. Windows color (decimal): -3989744 or 1056707. OLE color: 1056707.

HSL color Cylindrical-coordinate representation of color #C31F10: hue angle of 5.03º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31F10 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 31 16 -
CMYK 0 0.84 0.92 0.24
HSL 5.03º 0.85% 0.41% -
HSV(B) 5.03º 0.92% 0.76% -
XYZ 23.09 12.62 1.71 -
YUV 78.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 195 31 16 0 0.84 0.92 0.24 5.03 0.85 0.41
Hex C3 1F 10 0 54 5C 18 5 55 29
Octal 303 37 20 0 124 134 30 5 125 51
Binary 11000011 11111 10000 0 1010100 1011100 11000 101 1010101 101001

Color Harmonies of #C31F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F10

Black with #C31F10

Text Example


Text Example

White with #C31F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F10; }

 p { color: rgb(195,31,16); }

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

background-color css

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

 a { background-color: rgb(195,31,16); }

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

border-color css

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

 span { border-color: rgb(195,31,16); }

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