Html Css Color HEX #C2411B Harley Davidson Orange

📋 copy color: '#C2411B'

red 194 ◦ green 65 ◦ blue 27

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

Shades of Harley Davidson Orange #C2411B

Tints of Harley Davidson Orange #C2411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 67.83%
G = 22.73%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2411B (or 0xC2411B) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 1B. RGB value is (194,65,27). Sum of RGB (Red+Green+Blue) = 194+65+27=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C2411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2411B is #3DBEE4. Grayscale: #636363. Windows color (decimal): -4046565 or 1786306. OLE color: 1786306.

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

Color convert

RGB 194 65 27 -
CMYK 0 0.66 0.86 0.24
HSL 13.65º 0.76% 0.43% -
HSV(B) 13.65º 0.86% 0.76% -
XYZ 24.34 15.33 2.71 -
YUV 99.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 194 65 27 0 0.66 0.86 0.24 13.65 0.76 0.43
Hex C2 41 1B 0 42 56 18 E 4C 2B
Octal 302 101 33 0 102 126 30 16 114 53
Binary 11000010 1000001 11011 0 1000010 1010110 11000 1110 1001100 101011

Color Harmonies of #C2411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2411B

Black with #C2411B

Text Example


Text Example

White with #C2411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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