Html Css Color HEX #C8441D Harley Davidson Orange

📋 copy color: '#C8441D'

red 200 ◦ green 68 ◦ blue 29

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

Shades of Harley Davidson Orange #C8441D

Tints of Harley Davidson Orange #C8441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 67.34%
G = 22.9%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8441D (or 0xC8441D) is known color: Harley Davidson Orange. HEX triplet: C8, 44 and 1D. RGB value is (200,68,29). Sum of RGB (Red+Green+Blue) = 200+68+29=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8441D is #37BBE2. Grayscale: #676767. Windows color (decimal): -3652579 or 1918152. OLE color: 1918152.

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

Color convert

RGB 200 68 29 -
CMYK 0 0.66 0.86 0.22
HSL 13.68º 0.75% 0.45% -
HSV(B) 13.68º 0.86% 0.78% -
XYZ 26.11 16.5 2.97 -
YUV 103.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 200 68 29 0 0.66 0.86 0.22 13.68 0.75 0.45
Hex C8 44 1D 0 42 56 16 E 4B 2D
Octal 310 104 35 0 102 126 26 16 113 55
Binary 11001000 1000100 11101 0 1000010 1010110 10110 1110 1001011 101101

Color Harmonies of #C8441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8441D

Black with #C8441D

Text Example


Text Example

White with #C8441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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