Html Css Color HEX #C42114 Harley Davidson Orange

📋 copy color: '#C42114'

red 196 ◦ green 33 ◦ blue 20

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

Shades of Harley Davidson Orange #C42114

Tints of Harley Davidson Orange #C42114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 78.71%
G = 13.25%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42114 (or 0xC42114) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 14. RGB value is (196,33,20). Sum of RGB (Red+Green+Blue) = 196+33+20=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C42114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42114 is #3BDEEB. Grayscale: #505050. Windows color (decimal): -3923692 or 1319364. OLE color: 1319364.

HSL color Cylindrical-coordinate representation of color #C42114: hue angle of 4.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42114 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 33 20 -
CMYK 0 0.83 0.90 0.23
HSL 4.43º 0.81% 0.42% -
HSV(B) 4.43º 0.9% 0.77% -
XYZ 23.44 12.87 1.91 -
YUV 80.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 196 33 20 0 0.83 0.90 0.23 4.43 0.81 0.42
Hex C4 21 14 0 53 5A 17 4 51 2A
Octal 304 41 24 0 123 132 27 4 121 52
Binary 11000100 100001 10100 0 1010011 1011010 10111 100 1010001 101010

Color Harmonies of #C42114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42114

Black with #C42114

Text Example


Text Example

White with #C42114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42114; }

 p { color: rgb(196,33,20); }

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

background-color css

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

 a { background-color: rgb(196,33,20); }

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

border-color css

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

 span { border-color: rgb(196,33,20); }

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