Html Css Color HEX #C4341C Harley Davidson Orange

📋 copy color: '#C4341C'

red 196 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #C4341C

Tints of Harley Davidson Orange #C4341C

RGB

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

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

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

R = 71.01%
G = 18.84%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4341C (or 0xC4341C) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 1C. RGB value is (196,52,28). Sum of RGB (Red+Green+Blue) = 196+52+28=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4341C is #3BCBE3. Grayscale: #5C5C5C. Windows color (decimal): -3918820 or 1848516. OLE color: 1848516.

HSL color Cylindrical-coordinate representation of color #C4341C: hue angle of 8.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 #C4341C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 52 28 -
CMYK 0 0.73 0.86 0.23
HSL 8.57º 0.75% 0.44% -
HSV(B) 8.57º 0.86% 0.77% -
XYZ 24.2 14.28 2.58 -
YUV 92.32 91.71 201.95 -
System Red Green Blue C M Y K H S L
Decimal 196 52 28 0 0.73 0.86 0.23 8.57 0.75 0.44
Hex C4 34 1C 0 49 56 17 9 4B 2C
Octal 304 64 34 0 111 126 27 11 113 54
Binary 11000100 110100 11100 0 1001001 1010110 10111 1001 1001011 101100

Color Harmonies of #C4341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4341C

Black with #C4341C

Text Example


Text Example

White with #C4341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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