Html Css Color HEX #C31F0C Harley Davidson Orange

📋 copy color: '#C31F0C'

red 195 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #C31F0C

Tints of Harley Davidson Orange #C31F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 81.93%
G = 13.03%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C31F0C (or 0xC31F0C) is known color: Harley Davidson Orange. HEX triplet: C3, 1F and 0C. RGB value is (195,31,12). Sum of RGB (Red+Green+Blue) = 195+31+12=238 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.93% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 195 - color contains mainly: red. Hex color #C31F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31F0C is #3CE0F3. Grayscale: #4E4E4E. Windows color (decimal): -3989748 or 794563. OLE color: 794563.

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

Color convert

RGB 195 31 12 -
CMYK 0 0.84 0.94 0.24
HSL 6.23º 0.88% 0.41% -
HSV(B) 6.23º 0.94% 0.76% -
XYZ 23.06 12.61 1.57 -
YUV 77.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 195 31 12 0 0.84 0.94 0.24 6.23 0.88 0.41
Hex C3 1F C 0 54 5E 18 6 58 29
Octal 303 37 14 0 124 136 30 6 130 51
Binary 11000011 11111 1100 0 1010100 1011110 11000 110 1011000 101001

Color Harmonies of #C31F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31F0C

Black with #C31F0C

Text Example


Text Example

White with #C31F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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