Html Css Color HEX #C4220B Harley Davidson Orange

📋 copy color: '#C4220B'

red 196 ◦ green 34 ◦ blue 11

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

Shades of Harley Davidson Orange #C4220B

Tints of Harley Davidson Orange #C4220B

RGB

 RED value IS 196 (76.95% from 255) = 81.33%

 GREEN value IS 34 (13.67% from 255) = 14.11%

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 81.33%
G = 14.11%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4220B (or 0xC4220B) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 0B. RGB value is (196,34,11). Sum of RGB (Red+Green+Blue) = 196+34+11=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C4220B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4220B is #3BDDF4. Grayscale: #505050. Windows color (decimal): -3923445 or 729796. OLE color: 729796.

HSL color Cylindrical-coordinate representation of color #C4220B: hue angle of 7.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4220B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 34 11 -
CMYK 0 0.83 0.94 0.23
HSL 7.46º 0.89% 0.41% -
HSV(B) 7.46º 0.94% 0.77% -
XYZ 23.4 12.9 1.57 -
YUV 79.82 89.17 210.87 -
System Red Green Blue C M Y K H S L
Decimal 196 34 11 0 0.83 0.94 0.23 7.46 0.89 0.41
Hex C4 22 B 0 53 5E 17 7 59 29
Octal 304 42 13 0 123 136 27 7 131 51
Binary 11000100 100010 1011 0 1010011 1011110 10111 111 1011001 101001

Color Harmonies of #C4220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4220B

Black with #C4220B

Text Example


Text Example

White with #C4220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4220B; }

 p { color: rgb(196,34,11); }

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

background-color css

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

 a { background-color: rgb(196,34,11); }

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

border-color css

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

 span { border-color: rgb(196,34,11); }

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