Html Css Color HEX #C3371F Harley Davidson Orange

📋 copy color: '#C3371F'

red 195 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #C3371F

Tints of Harley Davidson Orange #C3371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 69.4%
G = 19.57%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3371F (or 0xC3371F) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 1F. RGB value is (195,55,31). Sum of RGB (Red+Green+Blue) = 195+55+31=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3371F is #3CC8E0. Grayscale: #5E5E5E. Windows color (decimal): -3983585 or 2045891. OLE color: 2045891.

HSL color Cylindrical-coordinate representation of color #C3371F: hue angle of 8.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3371F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 31 -
CMYK 0 0.72 0.84 0.24
HSL 8.78º 0.73% 0.44% -
HSV(B) 8.78º 0.84% 0.76% -
XYZ 24.12 14.43 2.81 -
YUV 94.12 92.38 199.95 -
System Red Green Blue C M Y K H S L
Decimal 195 55 31 0 0.72 0.84 0.24 8.78 0.73 0.44
Hex C3 37 1F 0 48 54 18 9 49 2C
Octal 303 67 37 0 110 124 30 11 111 54
Binary 11000011 110111 11111 0 1001000 1010100 11000 1001 1001001 101100

Color Harmonies of #C3371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3371F

Black with #C3371F

Text Example


Text Example

White with #C3371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3371F; }

 p { color: rgb(195,55,31); }

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

background-color css

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

 a { background-color: rgb(195,55,31); }

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

border-color css

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

 span { border-color: rgb(195,55,31); }

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