Html Css Color HEX #C31D04 Harley Davidson Orange

📋 copy color: '#C31D04'

red 195 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #C31D04

Tints of Harley Davidson Orange #C31D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 85.53%
G = 12.72%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31D04 (or 0xC31D04) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 04. RGB value is (195,29,4). Sum of RGB (Red+Green+Blue) = 195+29+4=228 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.53% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D04 is #3CE2FB. Grayscale: #4C4C4C. Windows color (decimal): -3990268 or 269763. OLE color: 269763.

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

Color convert

RGB 195 29 4 -
CMYK 0 0.85 0.98 0.24
HSL 7.85º 0.96% 0.39% -
HSV(B) 7.85º 0.98% 0.76% -
XYZ 22.97 12.49 1.32 -
YUV 75.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 195 29 4 0 0.85 0.98 0.24 7.85 0.96 0.39
Hex C3 1D 4 0 55 62 18 8 60 27
Octal 303 35 4 0 125 142 30 10 140 47
Binary 11000011 11101 100 0 1010101 1100010 11000 1000 1100000 100111

Color Harmonies of #C31D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31D04

Black with #C31D04

Text Example


Text Example

White with #C31D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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