Html Css Color HEX #C3371E Harley Davidson Orange

📋 copy color: '#C3371E'

red 195 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #C3371E

Tints of Harley Davidson Orange #C3371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 69.64%
G = 19.64%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3371E (or 0xC3371E) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 1E. RGB value is (195,55,30). Sum of RGB (Red+Green+Blue) = 195+55+30=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3371E is #3CC8E1. Grayscale: #5E5E5E. Windows color (decimal): -3983586 or 1980355. OLE color: 1980355.

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

Color convert

RGB 195 55 30 -
CMYK 0 0.72 0.85 0.24
HSL 9.09º 0.73% 0.44% -
HSV(B) 9.09º 0.85% 0.76% -
XYZ 24.11 14.43 2.74 -
YUV 94.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 195 55 30 0 0.72 0.85 0.24 9.09 0.73 0.44
Hex C3 37 1E 0 48 55 18 9 49 2C
Octal 303 67 36 0 110 125 30 11 111 54
Binary 11000011 110111 11110 0 1001000 1010101 11000 1001 1001001 101100

Color Harmonies of #C3371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3371E

Black with #C3371E

Text Example


Text Example

White with #C3371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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