Html Css Color HEX #C8341D Harley Davidson Orange

📋 copy color: '#C8341D'

red 200 ◦ green 52 ◦ blue 29

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

Shades of Harley Davidson Orange #C8341D

Tints of Harley Davidson Orange #C8341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 71.17%
G = 18.51%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8341D (or 0xC8341D) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 1D. RGB value is (200,52,29). Sum of RGB (Red+Green+Blue) = 200+52+29=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8341D is #37CBE2. Grayscale: #5D5D5D. Windows color (decimal): -3656675 or 1914056. OLE color: 1914056.

HSL color Cylindrical-coordinate representation of color #C8341D: hue angle of 8.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8341D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 29 -
CMYK 0 0.74 0.86 0.22
HSL 8.07º 0.75% 0.45% -
HSV(B) 8.07º 0.86% 0.78% -
XYZ 25.27 14.82 2.69 -
YUV 93.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 200 52 29 0 0.74 0.86 0.22 8.07 0.75 0.45
Hex C8 34 1D 0 4A 56 16 8 4B 2D
Octal 310 64 35 0 112 126 26 10 113 55
Binary 11001000 110100 11101 0 1001010 1010110 10110 1000 1001011 101101

Color Harmonies of #C8341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8341D

Black with #C8341D

Text Example


Text Example

White with #C8341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8341D; }

 p { color: rgb(200,52,29); }

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

background-color css

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

 a { background-color: rgb(200,52,29); }

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

border-color css

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

 span { border-color: rgb(200,52,29); }

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