Html Css Color HEX #C3271A Harley Davidson Orange

📋 copy color: '#C3271A'

red 195 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #C3271A

Tints of Harley Davidson Orange #C3271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 26 (10.55% from 255) = 10%

R = 75%
G = 15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3271A (or 0xC3271A) is known color: Harley Davidson Orange. HEX triplet: C3, 27 and 1A. RGB value is (195,39,26). Sum of RGB (Red+Green+Blue) = 195+39+26=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3271A is #3CD8E5. Grayscale: #545454. Windows color (decimal): -3987686 or 1714115. OLE color: 1714115.

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

Color convert

RGB 195 39 26 -
CMYK 0 0.80 0.87 0.24
HSL 4.62º 0.76% 0.43% -
HSV(B) 4.62º 0.87% 0.76% -
XYZ 23.42 13.13 2.28 -
YUV 84.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 195 39 26 0 0.80 0.87 0.24 4.62 0.76 0.43
Hex C3 27 1A 0 50 57 18 5 4C 2B
Octal 303 47 32 0 120 127 30 5 114 53
Binary 11000011 100111 11010 0 1010000 1010111 11000 101 1001100 101011

Color Harmonies of #C3271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3271A

Black with #C3271A

Text Example


Text Example

White with #C3271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3271A; }

 p { color: rgb(195,39,26); }

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

background-color css

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

 a { background-color: rgb(195,39,26); }

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

border-color css

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

 span { border-color: rgb(195,39,26); }

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