Html Css Color HEX #C4291F Harley Davidson Orange

📋 copy color: '#C4291F'

red 196 ◦ green 41 ◦ blue 31

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

Shades of Harley Davidson Orange #C4291F

Tints of Harley Davidson Orange #C4291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 73.13%
G = 15.3%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4291F (or 0xC4291F) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 1F. RGB value is (196,41,31). Sum of RGB (Red+Green+Blue) = 196+41+31=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C4291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4291F is #3BD6E0. Grayscale: #565656. Windows color (decimal): -3921633 or 2042308. OLE color: 2042308.

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

Color convert

RGB 196 41 31 -
CMYK 0 0.79 0.84 0.23
HSL 3.64º 0.73% 0.45% -
HSV(B) 3.64º 0.84% 0.77% -
XYZ 23.81 13.42 2.63 -
YUV 86.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 196 41 31 0 0.79 0.84 0.23 3.64 0.73 0.45
Hex C4 29 1F 0 4F 54 17 4 49 2D
Octal 304 51 37 0 117 124 27 4 111 55
Binary 11000100 101001 11111 0 1001111 1010100 10111 100 1001001 101101

Color Harmonies of #C4291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4291F

Black with #C4291F

Text Example


Text Example

White with #C4291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4291F; }

 p { color: rgb(196,41,31); }

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

background-color css

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

 a { background-color: rgb(196,41,31); }

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

border-color css

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

 span { border-color: rgb(196,41,31); }

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