Html Css Color HEX #C82718 Harley Davidson Orange

📋 copy color: '#C82718'

red 200 ◦ green 39 ◦ blue 24

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

Shades of Harley Davidson Orange #C82718

Tints of Harley Davidson Orange #C82718

RGB

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

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

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

R = 76.05%
G = 14.83%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C82718 (or 0xC82718) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 18. RGB value is (200,39,24). Sum of RGB (Red+Green+Blue) = 200+39+24=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C82718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82718 is #37D8E7. Grayscale: #555555. Windows color (decimal): -3660008 or 1583048. OLE color: 1583048.

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

Color convert

RGB 200 39 24 -
CMYK 0 0.80 0.88 0.22
HSL 5.11º 0.79% 0.44% -
HSV(B) 5.11º 0.88% 0.78% -
XYZ 24.71 13.8 2.22 -
YUV 85.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 200 39 24 0 0.80 0.88 0.22 5.11 0.79 0.44
Hex C8 27 18 0 50 58 16 5 4F 2C
Octal 310 47 30 0 120 130 26 5 117 54
Binary 11001000 100111 11000 0 1010000 1011000 10110 101 1001111 101100

Color Harmonies of #C82718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82718

Black with #C82718

Text Example


Text Example

White with #C82718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82718; }

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

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

background-color css

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

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

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

border-color css

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

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

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