Html Css Color HEX #C42714 Harley Davidson Orange

📋 copy color: '#C42714'

red 196 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #C42714

Tints of Harley Davidson Orange #C42714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

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

R = 76.86%
G = 15.29%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42714 (or 0xC42714) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 14. RGB value is (196,39,20). Sum of RGB (Red+Green+Blue) = 196+39+20=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42714 is #3BD8EB. Grayscale: #545454. Windows color (decimal): -3922156 or 1320900. OLE color: 1320900.

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

Color convert

RGB 196 39 20 -
CMYK 0 0.80 0.90 0.23
HSL 6.48º 0.81% 0.42% -
HSV(B) 6.48º 0.9% 0.77% -
XYZ 23.62 13.24 1.97 -
YUV 83.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 196 39 20 0 0.80 0.90 0.23 6.48 0.81 0.42
Hex C4 27 14 0 50 5A 17 6 51 2A
Octal 304 47 24 0 120 132 27 6 121 52
Binary 11000100 100111 10100 0 1010000 1011010 10111 110 1010001 101010

Color Harmonies of #C42714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42714

Black with #C42714

Text Example


Text Example

White with #C42714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42714; }

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

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

background-color css

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

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

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

border-color css

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

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

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