Html Css Color HEX #C82218 Harley Davidson Orange

📋 copy color: '#C82218'

red 200 ◦ green 34 ◦ blue 24

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

Shades of Harley Davidson Orange #C82218

Tints of Harley Davidson Orange #C82218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

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

R = 77.52%
G = 13.18%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82218 (or 0xC82218) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 18. RGB value is (200,34,24). Sum of RGB (Red+Green+Blue) = 200+34+24=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C82218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82218 is #37DDE7. Grayscale: #525252. Windows color (decimal): -3661288 or 1581768. OLE color: 1581768.

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

Color convert

RGB 200 34 24 -
CMYK 0 0.83 0.88 0.22
HSL 3.41º 0.79% 0.44% -
HSV(B) 3.41º 0.88% 0.78% -
XYZ 24.56 13.49 2.17 -
YUV 82.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 200 34 24 0 0.83 0.88 0.22 3.41 0.79 0.44
Hex C8 22 18 0 53 58 16 3 4F 2C
Octal 310 42 30 0 123 130 26 3 117 54
Binary 11001000 100010 11000 0 1010011 1011000 10110 11 1001111 101100

Color Harmonies of #C82218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82218

Black with #C82218

Text Example


Text Example

White with #C82218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82218; }

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

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

background-color css

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

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

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

border-color css

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

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

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