Html Css Color HEX #C2271A Harley Davidson Orange

📋 copy color: '#C2271A'

red 194 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #C2271A

Tints of Harley Davidson Orange #C2271A

RGB

 RED value IS 194 (76.17% from 255) = 74.9%

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

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

R = 74.9%
G = 15.06%
B = 10.04%

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

#C2271A (or 0xC2271A) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 1A. RGB value is (194,39,26). Sum of RGB (Red+Green+Blue) = 194+39+26=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2271A is #3DD8E5. Grayscale: #545454. Windows color (decimal): -4053222 or 1714114. OLE color: 1714114.

HSL color Cylindrical-coordinate representation of color #C2271A: hue angle of 4.64º 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 #C2271A is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 26 -
CMYK 0 0.80 0.87 0.24
HSL 4.64º 0.76% 0.43% -
HSV(B) 4.64º 0.87% 0.76% -
XYZ 23.16 12.99 2.26 -
YUV 83.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 194 39 26 0 0.80 0.87 0.24 4.64 0.76 0.43
Hex C2 27 1A 0 50 57 18 5 4C 2B
Octal 302 47 32 0 120 127 30 5 114 53
Binary 11000010 100111 11010 0 1010000 1010111 11000 101 1001100 101011

Color Harmonies of #C2271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2271A

Black with #C2271A

Text Example


Text Example

White with #C2271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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