Html Css Color HEX #C82713 Harley Davidson Orange

📋 copy color: '#C82713'

red 200 ◦ green 39 ◦ blue 19

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

Shades of Harley Davidson Orange #C82713

Tints of Harley Davidson Orange #C82713

RGB

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

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

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

R = 77.52%
G = 15.12%
B = 7.36%

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

#C82713 (or 0xC82713) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 13. RGB value is (200,39,19). Sum of RGB (Red+Green+Blue) = 200+39+19=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C82713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82713 is #37D8EC. Grayscale: #555555. Windows color (decimal): -3660013 or 1255368. OLE color: 1255368.

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

Color convert

RGB 200 39 19 -
CMYK 0 0.80 0.90 0.22
HSL 6.63º 0.83% 0.43% -
HSV(B) 6.63º 0.91% 0.78% -
XYZ 24.66 13.78 1.98 -
YUV 84.86 90.84 210.13 -
System Red Green Blue C M Y K H S L
Decimal 200 39 19 0 0.80 0.90 0.22 6.63 0.83 0.43
Hex C8 27 13 0 50 5A 16 7 53 2B
Octal 310 47 23 0 120 132 26 7 123 53
Binary 11001000 100111 10011 0 1010000 1011010 10110 111 1010011 101011

Color Harmonies of #C82713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82713

Black with #C82713

Text Example


Text Example

White with #C82713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82713; }

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

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

background-color css

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

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

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

border-color css

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

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

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