Html Css Color HEX #C2411E Harley Davidson Orange

📋 copy color: '#C2411E'

red 194 ◦ green 65 ◦ blue 30

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

Shades of Harley Davidson Orange #C2411E

Tints of Harley Davidson Orange #C2411E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 67.13%
G = 22.49%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2411E (or 0xC2411E) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 1E. RGB value is (194,65,30). Sum of RGB (Red+Green+Blue) = 194+65+30=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2411E is #3DBEE1. Grayscale: #636363. Windows color (decimal): -4046562 or 1982914. OLE color: 1982914.

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

Color convert

RGB 194 65 30 -
CMYK 0 0.66 0.85 0.24
HSL 12.8º 0.73% 0.44% -
HSV(B) 12.8º 0.85% 0.76% -
XYZ 24.37 15.34 2.91 -
YUV 99.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 194 65 30 0 0.66 0.85 0.24 12.8 0.73 0.44
Hex C2 41 1E 0 42 55 18 D 49 2C
Octal 302 101 36 0 102 125 30 15 111 54
Binary 11000010 1000001 11110 0 1000010 1010101 11000 1101 1001001 101100

Color Harmonies of #C2411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2411E

Black with #C2411E

Text Example


Text Example

White with #C2411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2411E; }

 p { color: rgb(194,65,30); }

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

background-color css

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

 a { background-color: rgb(194,65,30); }

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

border-color css

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

 span { border-color: rgb(194,65,30); }

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