Html Css Color HEX #C5281E Harley Davidson Orange

📋 copy color: '#C5281E'

red 197 ◦ green 40 ◦ blue 30

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

Shades of Harley Davidson Orange #C5281E

Tints of Harley Davidson Orange #C5281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 30 (12.11% from 255) = 11.24%

R = 73.78%
G = 14.98%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5281E (or 0xC5281E) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 1E. RGB value is (197,40,30). Sum of RGB (Red+Green+Blue) = 197+40+30=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5281E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5281E is #3AD7E1. Grayscale: #555555. Windows color (decimal): -3856354 or 1976517. OLE color: 1976517.

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

Color convert

RGB 197 40 30 -
CMYK 0 0.80 0.85 0.23
HSL 3.59º 0.74% 0.45% -
HSV(B) 3.59º 0.85% 0.77% -
XYZ 24.02 13.48 2.56 -
YUV 85.8 96.51 207.31 -
System Red Green Blue C M Y K H S L
Decimal 197 40 30 0 0.80 0.85 0.23 3.59 0.74 0.45
Hex C5 28 1E 0 50 55 17 4 4A 2D
Octal 305 50 36 0 120 125 27 4 112 55
Binary 11000101 101000 11110 0 1010000 1010101 10111 100 1001010 101101

Color Harmonies of #C5281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5281E

Black with #C5281E

Text Example


Text Example

White with #C5281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5281E; }

 p { color: rgb(197,40,30); }

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

background-color css

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

 a { background-color: rgb(197,40,30); }

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

border-color css

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

 span { border-color: rgb(197,40,30); }

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