Html Css Color HEX #C82113 Harley Davidson Orange

📋 copy color: '#C82113'

red 200 ◦ green 33 ◦ blue 19

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

Shades of Harley Davidson Orange #C82113

Tints of Harley Davidson Orange #C82113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.1%

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

R = 79.37%
G = 13.1%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C82113 (or 0xC82113) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 13. RGB value is (200,33,19). Sum of RGB (Red+Green+Blue) = 200+33+19=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C82113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82113 is #37DEEC. Grayscale: #515151. Windows color (decimal): -3661549 or 1253832. OLE color: 1253832.

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

Color convert

RGB 200 33 19 -
CMYK 0 0.84 0.90 0.22
HSL 4.64º 0.83% 0.43% -
HSV(B) 4.64º 0.91% 0.78% -
XYZ 24.48 13.41 1.91 -
YUV 81.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 200 33 19 0 0.84 0.90 0.22 4.64 0.83 0.43
Hex C8 21 13 0 54 5A 16 5 53 2B
Octal 310 41 23 0 124 132 26 5 123 53
Binary 11001000 100001 10011 0 1010100 1011010 10110 101 1010011 101011

Color Harmonies of #C82113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82113

Black with #C82113

Text Example


Text Example

White with #C82113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82113; }

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

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

background-color css

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

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

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

border-color css

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

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

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