Html Css Color HEX #C42314 Harley Davidson Orange

📋 copy color: '#C42314'

red 196 ◦ green 35 ◦ blue 20

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

Shades of Harley Davidson Orange #C42314

Tints of Harley Davidson Orange #C42314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.94%

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

R = 78.09%
G = 13.94%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42314 (or 0xC42314) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 14. RGB value is (196,35,20). Sum of RGB (Red+Green+Blue) = 196+35+20=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42314 is #3BDCEB. Grayscale: #515151. Windows color (decimal): -3923180 or 1319876. OLE color: 1319876.

HSL color Cylindrical-coordinate representation of color #C42314: hue angle of 5.11º 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 #C42314 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 20 -
CMYK 0 0.82 0.90 0.23
HSL 5.11º 0.81% 0.42% -
HSV(B) 5.11º 0.9% 0.77% -
XYZ 23.49 12.99 1.93 -
YUV 81.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 196 35 20 0 0.82 0.90 0.23 5.11 0.81 0.42
Hex C4 23 14 0 52 5A 17 5 51 2A
Octal 304 43 24 0 122 132 27 5 121 52
Binary 11000100 100011 10100 0 1010010 1011010 10111 101 1010001 101010

Color Harmonies of #C42314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42314

Black with #C42314

Text Example


Text Example

White with #C42314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42314; }

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

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

background-color css

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

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

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

border-color css

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

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

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