Html Css Color HEX #C8361C Harley Davidson Orange

📋 copy color: '#C8361C'

red 200 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #C8361C

Tints of Harley Davidson Orange #C8361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 70.92%
G = 19.15%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8361C (or 0xC8361C) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 1C. RGB value is (200,54,28). Sum of RGB (Red+Green+Blue) = 200+54+28=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8361C is #37C9E3. Grayscale: #5E5E5E. Windows color (decimal): -3656164 or 1849032. OLE color: 1849032.

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

Color convert

RGB 200 54 28 -
CMYK 0 0.73 0.86 0.22
HSL 9.07º 0.75% 0.45% -
HSV(B) 9.07º 0.86% 0.78% -
XYZ 25.35 15 2.66 -
YUV 94.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 200 54 28 0 0.73 0.86 0.22 9.07 0.75 0.45
Hex C8 36 1C 0 49 56 16 9 4B 2D
Octal 310 66 34 0 111 126 26 11 113 55
Binary 11001000 110110 11100 0 1001001 1010110 10110 1001 1001011 101101

Color Harmonies of #C8361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8361C

Black with #C8361C

Text Example


Text Example

White with #C8361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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