Html Css Color HEX #C4421C Harley Davidson Orange

📋 copy color: '#C4421C'

red 196 ◦ green 66 ◦ blue 28

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

Shades of Harley Davidson Orange #C4421C

Tints of Harley Davidson Orange #C4421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 67.59%
G = 22.76%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4421C (or 0xC4421C) is known color: Harley Davidson Orange. HEX triplet: C4, 42 and 1C. RGB value is (196,66,28). Sum of RGB (Red+Green+Blue) = 196+66+28=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4421C is #3BBDE3. Grayscale: #646464. Windows color (decimal): -3915236 or 1852100. OLE color: 1852100.

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

Color convert

RGB 196 66 28 -
CMYK 0 0.66 0.86 0.23
HSL 13.57º 0.75% 0.44% -
HSV(B) 13.57º 0.86% 0.77% -
XYZ 24.92 15.72 2.82 -
YUV 100.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 196 66 28 0 0.66 0.86 0.23 13.57 0.75 0.44
Hex C4 42 1C 0 42 56 17 E 4B 2C
Octal 304 102 34 0 102 126 27 16 113 54
Binary 11000100 1000010 11100 0 1000010 1010110 10111 1110 1001011 101100

Color Harmonies of #C4421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4421C

Black with #C4421C

Text Example


Text Example

White with #C4421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4421C; }

 p { color: rgb(196,66,28); }

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

background-color css

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

 a { background-color: rgb(196,66,28); }

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

border-color css

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

 span { border-color: rgb(196,66,28); }

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