Html Css Color HEX #C3341B Harley Davidson Orange

📋 copy color: '#C3341B'

red 195 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #C3341B

Tints of Harley Davidson Orange #C3341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 27 (10.94% from 255) = 9.85%

R = 71.17%
G = 18.98%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3341B (or 0xC3341B) is known color: Harley Davidson Orange. HEX triplet: C3, 34 and 1B. RGB value is (195,52,27). Sum of RGB (Red+Green+Blue) = 195+52+27=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3341B is #3CCBE4. Grayscale: #5C5C5C. Windows color (decimal): -3984357 or 1782979. OLE color: 1782979.

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

Color convert

RGB 195 52 27 -
CMYK 0 0.73 0.86 0.24
HSL 8.93º 0.76% 0.44% -
HSV(B) 8.93º 0.86% 0.76% -
XYZ 23.93 14.14 2.5 -
YUV 91.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 195 52 27 0 0.73 0.86 0.24 8.93 0.76 0.44
Hex C3 34 1B 0 49 56 18 9 4C 2C
Octal 303 64 33 0 111 126 30 11 114 54
Binary 11000011 110100 11011 0 1001001 1010110 11000 1001 1001100 101100

Color Harmonies of #C3341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3341B

Black with #C3341B

Text Example


Text Example

White with #C3341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3341B; }

 p { color: rgb(195,52,27); }

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

background-color css

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

 a { background-color: rgb(195,52,27); }

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

border-color css

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

 span { border-color: rgb(195,52,27); }

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