Html Css Color HEX #C4271B Harley Davidson Orange

📋 copy color: '#C4271B'

red 196 ◦ green 39 ◦ blue 27

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

Shades of Harley Davidson Orange #C4271B

Tints of Harley Davidson Orange #C4271B

RGB

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

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

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

R = 74.81%
G = 14.89%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4271B (or 0xC4271B) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 1B. RGB value is (196,39,27). Sum of RGB (Red+Green+Blue) = 196+39+27=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4271B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4271B is #3BD8E4. Grayscale: #545454. Windows color (decimal): -3922149 or 1779652. OLE color: 1779652.

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

Color convert

RGB 196 39 27 -
CMYK 0 0.80 0.86 0.23
HSL 4.26º 0.76% 0.44% -
HSV(B) 4.26º 0.86% 0.77% -
XYZ 23.69 13.27 2.35 -
YUV 84.58 95.51 207.48 -
System Red Green Blue C M Y K H S L
Decimal 196 39 27 0 0.80 0.86 0.23 4.26 0.76 0.44
Hex C4 27 1B 0 50 56 17 4 4C 2C
Octal 304 47 33 0 120 126 27 4 114 54
Binary 11000100 100111 11011 0 1010000 1010110 10111 100 1001100 101100

Color Harmonies of #C4271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4271B

Black with #C4271B

Text Example


Text Example

White with #C4271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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