Html Css Color HEX #C31C03 Harley Davidson Orange

📋 copy color: '#C31C03'

red 195 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #C31C03

Tints of Harley Davidson Orange #C31C03

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

 BLUE value IS 3 (1.56% from 255) = 1.33%

R = 86.28%
G = 12.39%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C31C03 (or 0xC31C03) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 03. RGB value is (195,28,3). Sum of RGB (Red+Green+Blue) = 195+28+3=226 (29% of max value = 765). Red value is 195 (76.56% from 255 or 86.28% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C03 is #3CE3FC. Grayscale: #4B4B4B. Windows color (decimal): -3990525 or 203971. OLE color: 203971.

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

Color convert

RGB 195 28 3 -
CMYK 0 0.86 0.98 0.24
HSL 7.81º 0.97% 0.39% -
HSV(B) 7.81º 0.98% 0.76% -
XYZ 22.94 12.44 1.28 -
YUV 75.08 87.33 213.53 -
System Red Green Blue C M Y K H S L
Decimal 195 28 3 0 0.86 0.98 0.24 7.81 0.97 0.39
Hex C3 1C 3 0 56 62 18 8 61 27
Octal 303 34 3 0 126 142 30 10 141 47
Binary 11000011 11100 11 0 1010110 1100010 11000 1000 1100001 100111

Color Harmonies of #C31C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31C03

Black with #C31C03

Text Example


Text Example

White with #C31C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31C03; }

 p { color: rgb(195,28,3); }

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

background-color css

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

 a { background-color: rgb(195,28,3); }

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

border-color css

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

 span { border-color: rgb(195,28,3); }

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