Html Css Color HEX #C82B15 Harley Davidson Orange

📋 copy color: '#C82B15'

red 200 ◦ green 43 ◦ blue 21

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

Shades of Harley Davidson Orange #C82B15

Tints of Harley Davidson Orange #C82B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.29%

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

R = 75.76%
G = 16.29%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C82B15 (or 0xC82B15) is known color: Harley Davidson Orange. HEX triplet: C8, 2B and 15. RGB value is (200,43,21). Sum of RGB (Red+Green+Blue) = 200+43+21=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82B15 is #37D4EA. Grayscale: #575757. Windows color (decimal): -3658987 or 1387464. OLE color: 1387464.

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

Color convert

RGB 200 43 21 -
CMYK 0 0.78 0.90 0.22
HSL 7.37º 0.81% 0.43% -
HSV(B) 7.37º 0.9% 0.78% -
XYZ 24.82 14.06 2.12 -
YUV 87.44 90.51 208.29 -
System Red Green Blue C M Y K H S L
Decimal 200 43 21 0 0.78 0.90 0.22 7.37 0.81 0.43
Hex C8 2B 15 0 4E 5A 16 7 51 2B
Octal 310 53 25 0 116 132 26 7 121 53
Binary 11001000 101011 10101 0 1001110 1011010 10110 111 1010001 101011

Color Harmonies of #C82B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B15

Black with #C82B15

Text Example


Text Example

White with #C82B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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