Html Css Color HEX #C21B0D Harley Davidson Orange

📋 copy color: '#C21B0D'

red 194 ◦ green 27 ◦ blue 13

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

Shades of Harley Davidson Orange #C21B0D

Tints of Harley Davidson Orange #C21B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 82.91%
G = 11.54%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C21B0D (or 0xC21B0D) is known color: Harley Davidson Orange. HEX triplet: C2, 1B and 0D. RGB value is (194,27,13). Sum of RGB (Red+Green+Blue) = 194+27+13=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21B0D is #3DE4F2. Grayscale: #4B4B4B. Windows color (decimal): -4056307 or 859074. OLE color: 859074.

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

Color convert

RGB 194 27 13 -
CMYK 0 0.86 0.93 0.24
HSL 4.64º 0.87% 0.41% -
HSV(B) 4.64º 0.93% 0.76% -
XYZ 22.71 12.28 1.55 -
YUV 75.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 194 27 13 0 0.86 0.93 0.24 4.64 0.87 0.41
Hex C2 1B D 0 56 5D 18 5 57 29
Octal 302 33 15 0 126 135 30 5 127 51
Binary 11000010 11011 1101 0 1010110 1011101 11000 101 1010111 101001

Color Harmonies of #C21B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21B0D

Black with #C21B0D

Text Example


Text Example

White with #C21B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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