Html Css Color HEX #C31E0B Harley Davidson Orange

📋 copy color: '#C31E0B'

red 195 ◦ green 30 ◦ blue 11

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

Shades of Harley Davidson Orange #C31E0B

Tints of Harley Davidson Orange #C31E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 82.63%
G = 12.71%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C31E0B (or 0xC31E0B) is known color: Harley Davidson Orange. HEX triplet: C3, 1E and 0B. RGB value is (195,30,11). Sum of RGB (Red+Green+Blue) = 195+30+11=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31E0B is #3CE1F4. Grayscale: #4D4D4D. Windows color (decimal): -3990005 or 728771. OLE color: 728771.

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

Color convert

RGB 195 30 11 -
CMYK 0 0.85 0.94 0.24
HSL 6.2º 0.89% 0.4% -
HSV(B) 6.2º 0.94% 0.76% -
XYZ 23.03 12.55 1.53 -
YUV 77.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 195 30 11 0 0.85 0.94 0.24 6.2 0.89 0.4
Hex C3 1E B 0 55 5E 18 6 59 28
Octal 303 36 13 0 125 136 30 6 131 50
Binary 11000011 11110 1011 0 1010101 1011110 11000 110 1011001 101000

Color Harmonies of #C31E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31E0B

Black with #C31E0B

Text Example


Text Example

White with #C31E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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