Html Css Color HEX #C8401C Harley Davidson Orange

📋 copy color: '#C8401C'

red 200 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #C8401C

Tints of Harley Davidson Orange #C8401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 68.49%
G = 21.92%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8401C (or 0xC8401C) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 1C. RGB value is (200,64,28). Sum of RGB (Red+Green+Blue) = 200+64+28=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C8401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8401C is #37BFE3. Grayscale: #646464. Windows color (decimal): -3653604 or 1851592. OLE color: 1851592.

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

Color convert

RGB 200 64 28 -
CMYK 0 0.68 0.86 0.22
HSL 12.56º 0.75% 0.45% -
HSV(B) 12.56º 0.86% 0.78% -
XYZ 25.86 16.03 2.83 -
YUV 100.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 200 64 28 0 0.68 0.86 0.22 12.56 0.75 0.45
Hex C8 40 1C 0 44 56 16 D 4B 2D
Octal 310 100 34 0 104 126 26 15 113 55
Binary 11001000 1000000 11100 0 1000100 1010110 10110 1101 1001011 101101

Color Harmonies of #C8401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8401C

Black with #C8401C

Text Example


Text Example

White with #C8401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8401C; }

 p { color: rgb(200,64,28); }

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

background-color css

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

 a { background-color: rgb(200,64,28); }

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

border-color css

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

 span { border-color: rgb(200,64,28); }

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