Html Css Color HEX #C2411C Harley Davidson Orange

📋 copy color: '#C2411C'

red 194 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #C2411C

Tints of Harley Davidson Orange #C2411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.76%

R = 67.6%
G = 22.65%
B = 9.76%

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

#C2411C (or 0xC2411C) is known color: Harley Davidson Orange. HEX triplet: C2, 41 and 1C. RGB value is (194,65,28). Sum of RGB (Red+Green+Blue) = 194+65+28=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C2411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2411C is #3DBEE3. Grayscale: #636363. Windows color (decimal): -4046564 or 1851842. OLE color: 1851842.

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

Color convert

RGB 194 65 28 -
CMYK 0 0.66 0.86 0.24
HSL 13.37º 0.75% 0.44% -
HSV(B) 13.37º 0.86% 0.76% -
XYZ 24.35 15.33 2.78 -
YUV 99.35 87.74 195.51 -
System Red Green Blue C M Y K H S L
Decimal 194 65 28 0 0.66 0.86 0.24 13.37 0.75 0.44
Hex C2 41 1C 0 42 56 18 D 4B 2C
Octal 302 101 34 0 102 126 30 15 113 54
Binary 11000010 1000001 11100 0 1000010 1010110 11000 1101 1001011 101100

Color Harmonies of #C2411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2411C

Black with #C2411C

Text Example


Text Example

White with #C2411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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