Html Css Color HEX #C8291F Harley Davidson Orange

📋 copy color: '#C8291F'

red 200 ◦ green 41 ◦ blue 31

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

Shades of Harley Davidson Orange #C8291F

Tints of Harley Davidson Orange #C8291F

RGB

 RED value IS 200 (78.52% from 255) = 73.53%

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

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

R = 73.53%
G = 15.07%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C8291F (or 0xC8291F) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 1F. RGB value is (200,41,31). Sum of RGB (Red+Green+Blue) = 200+41+31=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C8291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8291F is #37D6E0. Grayscale: #575757. Windows color (decimal): -3659489 or 2042312. OLE color: 2042312.

HSL color Cylindrical-coordinate representation of color #C8291F: hue angle of 3.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8291F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 31 -
CMYK 0 0.80 0.84 0.22
HSL 3.55º 0.73% 0.45% -
HSV(B) 3.55º 0.85% 0.78% -
XYZ 24.86 13.96 2.68 -
YUV 87.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 200 41 31 0 0.80 0.84 0.22 3.55 0.73 0.45
Hex C8 29 1F 0 50 54 16 4 49 2D
Octal 310 51 37 0 120 124 26 4 111 55
Binary 11001000 101001 11111 0 1010000 1010100 10110 100 1001001 101101

Color Harmonies of #C8291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8291F

Black with #C8291F

Text Example


Text Example

White with #C8291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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