Html Css Color HEX #C2411F Harley Davidson Orange

📋 copy color: '#C2411F'

red 194 ◦ green 65 ◦ blue 31

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

Shades of Harley Davidson Orange #C2411F

Tints of Harley Davidson Orange #C2411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 66.9%
G = 22.41%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2411F (or 0xC2411F) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 1F. RGB value is (194,65,31). Sum of RGB (Red+Green+Blue) = 194+65+31=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C2411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2411F is #3DBEE0. Grayscale: #636363. Windows color (decimal): -4046561 or 2048450. OLE color: 2048450.

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

Color convert

RGB 194 65 31 -
CMYK 0 0.66 0.84 0.24
HSL 12.52º 0.72% 0.44% -
HSV(B) 12.52º 0.84% 0.76% -
XYZ 24.39 15.35 2.97 -
YUV 99.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 194 65 31 0 0.66 0.84 0.24 12.52 0.72 0.44
Hex C2 41 1F 0 42 54 18 D 48 2C
Octal 302 101 37 0 102 124 30 15 110 54
Binary 11000010 1000001 11111 0 1000010 1010100 11000 1101 1001000 101100

Color Harmonies of #C2411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2411F

Black with #C2411F

Text Example


Text Example

White with #C2411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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