Html Css Color HEX #C31E0F Harley Davidson Orange

📋 copy color: '#C31E0F'

red 195 ◦ green 30 ◦ blue 15

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

Shades of Harley Davidson Orange #C31E0F

Tints of Harley Davidson Orange #C31E0F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

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

R = 81.25%
G = 12.5%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C31E0F (or 0xC31E0F) is known color: Harley Davidson Orange. HEX triplet: C3, 1E and 0F. RGB value is (195,30,15). Sum of RGB (Red+Green+Blue) = 195+30+15=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31E0F is #3CE1F0. Grayscale: #4D4D4D. Windows color (decimal): -3990001 or 990915. OLE color: 990915.

HSL color Cylindrical-coordinate representation of color #C31E0F: hue angle of 5º degrees, saturation: 0.86, 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 #C31E0F is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 30 15 -
CMYK 0 0.85 0.92 0.24
HSL 0.86% 0.41% -
HSV(B) 0.92% 0.76% -
XYZ 23.06 12.57 1.66 -
YUV 77.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 195 30 15 0 0.85 0.92 0.24 5 0.86 0.41
Hex C3 1E F 0 55 5C 18 5 56 29
Octal 303 36 17 0 125 134 30 5 126 51
Binary 11000011 11110 1111 0 1010101 1011100 11000 101 1010110 101001

Color Harmonies of #C31E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E0F

Black with #C31E0F

Text Example


Text Example

White with #C31E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E0F; }

 p { color: rgb(195,30,15); }

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

background-color css

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

 a { background-color: rgb(195,30,15); }

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

border-color css

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

 span { border-color: rgb(195,30,15); }

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