Html Css Color HEX #C82715 Harley Davidson Orange

📋 copy color: '#C82715'

red 200 ◦ green 39 ◦ blue 21

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

Shades of Harley Davidson Orange #C82715

Tints of Harley Davidson Orange #C82715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 76.92%
G = 15%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C82715 (or 0xC82715) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 15. RGB value is (200,39,21). Sum of RGB (Red+Green+Blue) = 200+39+21=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82715 is #37D8EA. Grayscale: #555555. Windows color (decimal): -3660011 or 1386440. OLE color: 1386440.

HSL color Cylindrical-coordinate representation of color #C82715: hue angle of 6.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82715 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 21 -
CMYK 0 0.80 0.90 0.22
HSL 6.03º 0.81% 0.43% -
HSV(B) 6.03º 0.9% 0.78% -
XYZ 24.68 13.78 2.07 -
YUV 85.09 91.84 209.96 -
System Red Green Blue C M Y K H S L
Decimal 200 39 21 0 0.80 0.90 0.22 6.03 0.81 0.43
Hex C8 27 15 0 50 5A 16 6 51 2B
Octal 310 47 25 0 120 132 26 6 121 53
Binary 11001000 100111 10101 0 1010000 1011010 10110 110 1010001 101011

Color Harmonies of #C82715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82715

Black with #C82715

Text Example


Text Example

White with #C82715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82715; }

 p { color: rgb(200,39,21); }

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

background-color css

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

 a { background-color: rgb(200,39,21); }

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

border-color css

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

 span { border-color: rgb(200,39,21); }

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