Html Css Color HEX #C2291D Harley Davidson Orange

📋 copy color: '#C2291D'

red 194 ◦ green 41 ◦ blue 29

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

Shades of Harley Davidson Orange #C2291D

Tints of Harley Davidson Orange #C2291D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 73.48%
G = 15.53%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2291D (or 0xC2291D) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 1D. RGB value is (194,41,29). Sum of RGB (Red+Green+Blue) = 194+41+29=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2291D is #3DD6E2. Grayscale: #555555. Windows color (decimal): -4052707 or 1911234. OLE color: 1911234.

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

Color convert

RGB 194 41 29 -
CMYK 0 0.79 0.85 0.24
HSL 4.36º 0.74% 0.44% -
HSV(B) 4.36º 0.85% 0.76% -
XYZ 23.26 13.14 2.47 -
YUV 85.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 194 41 29 0 0.79 0.85 0.24 4.36 0.74 0.44
Hex C2 29 1D 0 4F 55 18 4 4A 2C
Octal 302 51 35 0 117 125 30 4 112 54
Binary 11000010 101001 11101 0 1001111 1010101 11000 100 1001010 101100

Color Harmonies of #C2291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2291D

Black with #C2291D

Text Example


Text Example

White with #C2291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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