Html Css Color HEX #C8331D Harley Davidson Orange

📋 copy color: '#C8331D'

red 200 ◦ green 51 ◦ blue 29

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

Shades of Harley Davidson Orange #C8331D

Tints of Harley Davidson Orange #C8331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 71.43%
G = 18.21%
B = 10.36%

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

#C8331D (or 0xC8331D) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 1D. RGB value is (200,51,29). Sum of RGB (Red+Green+Blue) = 200+51+29=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8331D is #37CCE2. Grayscale: #5D5D5D. Windows color (decimal): -3656931 or 1913800. OLE color: 1913800.

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

Color convert

RGB 200 51 29 -
CMYK 0 0.74 0.86 0.22
HSL 7.72º 0.75% 0.45% -
HSV(B) 7.72º 0.86% 0.78% -
XYZ 25.23 14.74 2.68 -
YUV 93.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 200 51 29 0 0.74 0.86 0.22 7.72 0.75 0.45
Hex C8 33 1D 0 4A 56 16 8 4B 2D
Octal 310 63 35 0 112 126 26 10 113 55
Binary 11001000 110011 11101 0 1001010 1010110 10110 1000 1001011 101101

Color Harmonies of #C8331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8331D

Black with #C8331D

Text Example


Text Example

White with #C8331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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