Html Css Color HEX #C82618 Harley Davidson Orange

📋 copy color: '#C82618'

red 200 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #C82618

Tints of Harley Davidson Orange #C82618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 76.34%
G = 14.5%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82618 (or 0xC82618) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 18. RGB value is (200,38,24). Sum of RGB (Red+Green+Blue) = 200+38+24=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C82618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82618 is #37D9E7. Grayscale: #555555. Windows color (decimal): -3660264 or 1582792. OLE color: 1582792.

HSL color Cylindrical-coordinate representation of color #C82618: hue angle of 4.77º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C82618 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 38 24 -
CMYK 0 0.81 0.88 0.22
HSL 4.77º 0.79% 0.44% -
HSV(B) 4.77º 0.88% 0.78% -
XYZ 24.68 13.73 2.21 -
YUV 84.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 200 38 24 0 0.81 0.88 0.22 4.77 0.79 0.44
Hex C8 26 18 0 51 58 16 5 4F 2C
Octal 310 46 30 0 121 130 26 5 117 54
Binary 11001000 100110 11000 0 1010001 1011000 10110 101 1001111 101100

Color Harmonies of #C82618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82618

Black with #C82618

Text Example


Text Example

White with #C82618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82618; }

 p { color: rgb(200,38,24); }

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

background-color css

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

 a { background-color: rgb(200,38,24); }

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

border-color css

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

 span { border-color: rgb(200,38,24); }

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