Html Css Color HEX #C4341A Harley Davidson Orange

📋 copy color: '#C4341A'

red 196 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #C4341A

Tints of Harley Davidson Orange #C4341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.98%

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 71.53%
G = 18.98%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4341A (or 0xC4341A) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 1A. RGB value is (196,52,26). Sum of RGB (Red+Green+Blue) = 196+52+26=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4341A is #3BCBE5. Grayscale: #5C5C5C. Windows color (decimal): -3918822 or 1717444. OLE color: 1717444.

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

Color convert

RGB 196 52 26 -
CMYK 0 0.73 0.87 0.23
HSL 9.18º 0.77% 0.44% -
HSV(B) 9.18º 0.87% 0.77% -
XYZ 24.18 14.27 2.46 -
YUV 92.09 90.71 202.11 -
System Red Green Blue C M Y K H S L
Decimal 196 52 26 0 0.73 0.87 0.23 9.18 0.77 0.44
Hex C4 34 1A 0 49 57 17 9 4D 2C
Octal 304 64 32 0 111 127 27 11 115 54
Binary 11000100 110100 11010 0 1001001 1010111 10111 1001 1001101 101100

Color Harmonies of #C4341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4341A

Black with #C4341A

Text Example


Text Example

White with #C4341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4341A; }

 p { color: rgb(196,52,26); }

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

background-color css

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

 a { background-color: rgb(196,52,26); }

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

border-color css

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

 span { border-color: rgb(196,52,26); }

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