Html Css Color HEX #C2210D Harley Davidson Orange

📋 copy color: '#C2210D'

red 194 ◦ green 33 ◦ blue 13

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

Shades of Harley Davidson Orange #C2210D

Tints of Harley Davidson Orange #C2210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 80.83%
G = 13.75%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2210D (or 0xC2210D) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 0D. RGB value is (194,33,13). Sum of RGB (Red+Green+Blue) = 194+33+13=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2210D is #3DDEF2. Grayscale: #4F4F4F. Windows color (decimal): -4054771 or 860610. OLE color: 860610.

HSL color Cylindrical-coordinate representation of color #C2210D: hue angle of 6.63º 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 #C2210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 13 -
CMYK 0 0.83 0.93 0.24
HSL 6.63º 0.87% 0.41% -
HSV(B) 6.63º 0.93% 0.76% -
XYZ 22.86 12.59 1.61 -
YUV 78.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 194 33 13 0 0.83 0.93 0.24 6.63 0.87 0.41
Hex C2 21 D 0 53 5D 18 7 57 29
Octal 302 41 15 0 123 135 30 7 127 51
Binary 11000010 100001 1101 0 1010011 1011101 11000 111 1010111 101001

Color Harmonies of #C2210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2210D

Black with #C2210D

Text Example


Text Example

White with #C2210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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