Html Css Color HEX #C82C19 Harley Davidson Orange

📋 copy color: '#C82C19'

red 200 ◦ green 44 ◦ blue 25

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

Shades of Harley Davidson Orange #C82C19

Tints of Harley Davidson Orange #C82C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.36%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 74.35%
G = 16.36%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82C19 (or 0xC82C19) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 19. RGB value is (200,44,25). Sum of RGB (Red+Green+Blue) = 200+44+25=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82C19 is #37D3E6. Grayscale: #585858. Windows color (decimal): -3658727 or 1649864. OLE color: 1649864.

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

Color convert

RGB 200 44 25 -
CMYK 0 0.78 0.88 0.22
HSL 6.51º 0.78% 0.44% -
HSV(B) 6.51º 0.88% 0.78% -
XYZ 24.9 14.15 2.34 -
YUV 88.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 200 44 25 0 0.78 0.88 0.22 6.51 0.78 0.44
Hex C8 2C 19 0 4E 58 16 7 4E 2C
Octal 310 54 31 0 116 130 26 7 116 54
Binary 11001000 101100 11001 0 1001110 1011000 10110 111 1001110 101100

Color Harmonies of #C82C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C19

Black with #C82C19

Text Example


Text Example

White with #C82C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C19; }

 p { color: rgb(200,44,25); }

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

background-color css

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

 a { background-color: rgb(200,44,25); }

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

border-color css

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

 span { border-color: rgb(200,44,25); }

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