Html Css Color HEX #C82B18 Harley Davidson Orange

📋 copy color: '#C82B18'

red 200 ◦ green 43 ◦ blue 24

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

Shades of Harley Davidson Orange #C82B18

Tints of Harley Davidson Orange #C82B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 74.91%
G = 16.1%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82B18 (or 0xC82B18) is known color: Harley Davidson Orange. HEX triplet: C8, 2B and 18. RGB value is (200,43,24). Sum of RGB (Red+Green+Blue) = 200+43+24=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82B18 is #37D4E7. Grayscale: #585858. Windows color (decimal): -3658984 or 1584072. OLE color: 1584072.

HSL color Cylindrical-coordinate representation of color #C82B18: hue angle of 6.48º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C82B18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 43 24 -
CMYK 0 0.78 0.88 0.22
HSL 6.48º 0.79% 0.44% -
HSV(B) 6.48º 0.88% 0.78% -
XYZ 24.85 14.07 2.27 -
YUV 87.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 200 43 24 0 0.78 0.88 0.22 6.48 0.79 0.44
Hex C8 2B 18 0 4E 58 16 6 4F 2C
Octal 310 53 30 0 116 130 26 6 117 54
Binary 11001000 101011 11000 0 1001110 1011000 10110 110 1001111 101100

Color Harmonies of #C82B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B18

Black with #C82B18

Text Example


Text Example

White with #C82B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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