Html Css Color HEX #C31D05 Harley Davidson Orange

📋 copy color: '#C31D05'

red 195 ◦ green 29 ◦ blue 5

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

Shades of Harley Davidson Orange #C31D05

Tints of Harley Davidson Orange #C31D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 85.15%
G = 12.66%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C31D05 (or 0xC31D05) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 05. RGB value is (195,29,5). Sum of RGB (Red+Green+Blue) = 195+29+5=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D05 is #3CE2FA. Grayscale: #4C4C4C. Windows color (decimal): -3990267 or 335299. OLE color: 335299.

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

Color convert

RGB 195 29 5 -
CMYK 0 0.85 0.97 0.24
HSL 7.58º 0.95% 0.39% -
HSV(B) 7.58º 0.97% 0.76% -
XYZ 22.97 12.49 1.34 -
YUV 75.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 195 29 5 0 0.85 0.97 0.24 7.58 0.95 0.39
Hex C3 1D 5 0 55 61 18 8 5F 27
Octal 303 35 5 0 125 141 30 10 137 47
Binary 11000011 11101 101 0 1010101 1100001 11000 1000 1011111 100111

Color Harmonies of #C31D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D05

Black with #C31D05

Text Example


Text Example

White with #C31D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D05; }

 p { color: rgb(195,29,5); }

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

background-color css

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

 a { background-color: rgb(195,29,5); }

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

border-color css

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

 span { border-color: rgb(195,29,5); }

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