Html Css Color HEX #C82913 Harley Davidson Orange

📋 copy color: '#C82913'

red 200 ◦ green 41 ◦ blue 19

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

Shades of Harley Davidson Orange #C82913

Tints of Harley Davidson Orange #C82913

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 76.92%
G = 15.77%
B = 7.31%

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

#C82913 (or 0xC82913) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 13. RGB value is (200,41,19). Sum of RGB (Red+Green+Blue) = 200+41+19=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82913 is #37D6EC. Grayscale: #565656. Windows color (decimal): -3659501 or 1255880. OLE color: 1255880.

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

Color convert

RGB 200 41 19 -
CMYK 0 0.80 0.90 0.22
HSL 7.29º 0.83% 0.43% -
HSV(B) 7.29º 0.91% 0.78% -
XYZ 24.73 13.91 2 -
YUV 86.03 90.18 209.29 -
System Red Green Blue C M Y K H S L
Decimal 200 41 19 0 0.80 0.90 0.22 7.29 0.83 0.43
Hex C8 29 13 0 50 5A 16 7 53 2B
Octal 310 51 23 0 120 132 26 7 123 53
Binary 11001000 101001 10011 0 1010000 1011010 10110 111 1010011 101011

Color Harmonies of #C82913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82913

Black with #C82913

Text Example


Text Example

White with #C82913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82913; }

 p { color: rgb(200,41,19); }

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

background-color css

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

 a { background-color: rgb(200,41,19); }

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

border-color css

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

 span { border-color: rgb(200,41,19); }

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