Html Css Color HEX #C4261B Harley Davidson Orange

📋 copy color: '#C4261B'

red 196 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #C4261B

Tints of Harley Davidson Orange #C4261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.56%

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 75.1%
G = 14.56%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4261B (or 0xC4261B) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 1B. RGB value is (196,38,27). Sum of RGB (Red+Green+Blue) = 196+38+27=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C4261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4261B is #3BD9E4. Grayscale: #545454. Windows color (decimal): -3922405 or 1779396. OLE color: 1779396.

HSL color Cylindrical-coordinate representation of color #C4261B: hue angle of 3.91º degrees, saturation: 0.76, 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 #C4261B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 27 -
CMYK 0 0.81 0.86 0.23
HSL 3.91º 0.76% 0.44% -
HSV(B) 3.91º 0.86% 0.77% -
XYZ 23.66 13.2 2.34 -
YUV 83.99 95.85 207.89 -
System Red Green Blue C M Y K H S L
Decimal 196 38 27 0 0.81 0.86 0.23 3.91 0.76 0.44
Hex C4 26 1B 0 51 56 17 4 4C 2C
Octal 304 46 33 0 121 126 27 4 114 54
Binary 11000100 100110 11011 0 1010001 1010110 10111 100 1001100 101100

Color Harmonies of #C4261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4261B

Black with #C4261B

Text Example


Text Example

White with #C4261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4261B; }

 p { color: rgb(196,38,27); }

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

background-color css

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

 a { background-color: rgb(196,38,27); }

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

border-color css

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

 span { border-color: rgb(196,38,27); }

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