Html Css Color HEX #C2291A Harley Davidson Orange

📋 copy color: '#C2291A'

red 194 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #C2291A

Tints of Harley Davidson Orange #C2291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.71%

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

R = 74.33%
G = 15.71%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2291A (or 0xC2291A) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 1A. RGB value is (194,41,26). Sum of RGB (Red+Green+Blue) = 194+41+26=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2291A is #3DD6E5. Grayscale: #555555. Windows color (decimal): -4052710 or 1714626. OLE color: 1714626.

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

Color convert

RGB 194 41 26 -
CMYK 0 0.79 0.87 0.24
HSL 5.36º 0.76% 0.43% -
HSV(B) 5.36º 0.87% 0.76% -
XYZ 23.23 13.13 2.29 -
YUV 85.04 94.69 205.72 -
System Red Green Blue C M Y K H S L
Decimal 194 41 26 0 0.79 0.87 0.24 5.36 0.76 0.43
Hex C2 29 1A 0 4F 57 18 5 4C 2B
Octal 302 51 32 0 117 127 30 5 114 53
Binary 11000010 101001 11010 0 1001111 1010111 11000 101 1001100 101011

Color Harmonies of #C2291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2291A

Black with #C2291A

Text Example


Text Example

White with #C2291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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