Html Css Color HEX #C82D1C Harley Davidson Orange

📋 copy color: '#C82D1C'

red 200 ◦ green 45 ◦ blue 28

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

Shades of Harley Davidson Orange #C82D1C

Tints of Harley Davidson Orange #C82D1C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.48%

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

R = 73.26%
G = 16.48%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C82D1C (or 0xC82D1C) is known color: Harley Davidson Orange. HEX triplet: C8, 2D and 1C. RGB value is (200,45,28). Sum of RGB (Red+Green+Blue) = 200+45+28=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D1C is #37D2E3. Grayscale: #595959. Windows color (decimal): -3658468 or 1846728. OLE color: 1846728.

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

Color convert

RGB 200 45 28 -
CMYK 0 0.78 0.86 0.22
HSL 5.93º 0.75% 0.45% -
HSV(B) 5.93º 0.86% 0.78% -
XYZ 24.97 14.24 2.53 -
YUV 89.41 93.35 206.88 -
System Red Green Blue C M Y K H S L
Decimal 200 45 28 0 0.78 0.86 0.22 5.93 0.75 0.45
Hex C8 2D 1C 0 4E 56 16 6 4B 2D
Octal 310 55 34 0 116 126 26 6 113 55
Binary 11001000 101101 11100 0 1001110 1010110 10110 110 1001011 101101

Color Harmonies of #C82D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D1C

Black with #C82D1C

Text Example


Text Example

White with #C82D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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