Html Css Color HEX #C21F11 Harley Davidson Orange

📋 copy color: '#C21F11'

red 194 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #C21F11

Tints of Harley Davidson Orange #C21F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 80.17%
G = 12.81%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21F11 (or 0xC21F11) is known color: Harley Davidson Orange. HEX triplet: C2, 1F and 11. RGB value is (194,31,17). Sum of RGB (Red+Green+Blue) = 194+31+17=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21F11 is #3DE0EE. Grayscale: #4E4E4E. Windows color (decimal): -4055279 or 1122242. OLE color: 1122242.

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

Color convert

RGB 194 31 17 -
CMYK 0 0.84 0.91 0.24
HSL 4.75º 0.84% 0.41% -
HSV(B) 4.75º 0.91% 0.76% -
XYZ 22.84 12.49 1.74 -
YUV 78.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 194 31 17 0 0.84 0.91 0.24 4.75 0.84 0.41
Hex C2 1F 11 0 54 5B 18 5 54 29
Octal 302 37 21 0 124 133 30 5 124 51
Binary 11000010 11111 10001 0 1010100 1011011 11000 101 1010100 101001

Color Harmonies of #C21F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F11

Black with #C21F11

Text Example


Text Example

White with #C21F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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