Html Css Color HEX #C5421B Harley Davidson Orange

📋 copy color: '#C5421B'

red 197 ◦ green 66 ◦ blue 27

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

Shades of Harley Davidson Orange #C5421B

Tints of Harley Davidson Orange #C5421B

RGB

 RED value IS 197 (77.34% from 255) = 67.93%

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 67.93%
G = 22.76%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5421B (or 0xC5421B) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 1B. RGB value is (197,66,27). Sum of RGB (Red+Green+Blue) = 197+66+27=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5421B is #3ABDE4. Grayscale: #656565. Windows color (decimal): -3849701 or 1786565. OLE color: 1786565.

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

Color convert

RGB 197 66 27 -
CMYK 0 0.66 0.86 0.23
HSL 13.76º 0.76% 0.44% -
HSV(B) 13.76º 0.86% 0.77% -
XYZ 25.17 15.85 2.77 -
YUV 100.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 197 66 27 0 0.66 0.86 0.23 13.76 0.76 0.44
Hex C5 42 1B 0 42 56 17 E 4C 2C
Octal 305 102 33 0 102 126 27 16 114 54
Binary 11000101 1000010 11011 0 1000010 1010110 10111 1110 1001100 101100

Color Harmonies of #C5421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5421B

Black with #C5421B

Text Example


Text Example

White with #C5421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5421B; }

 p { color: rgb(197,66,27); }

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

background-color css

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

 a { background-color: rgb(197,66,27); }

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

border-color css

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

 span { border-color: rgb(197,66,27); }

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