Html Css Color HEX #C83115 Harley Davidson Orange

📋 copy color: '#C83115'

red 200 ◦ green 49 ◦ blue 21

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

Shades of Harley Davidson Orange #C83115

Tints of Harley Davidson Orange #C83115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

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

R = 74.07%
G = 18.15%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C83115 (or 0xC83115) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 15. RGB value is (200,49,21). Sum of RGB (Red+Green+Blue) = 200+49+21=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C83115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83115 is #37CEEA. Grayscale: #5B5B5B. Windows color (decimal): -3657451 or 1389000. OLE color: 1389000.

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

Color convert

RGB 200 49 21 -
CMYK 0 0.76 0.90 0.22
HSL 9.39º 0.81% 0.43% -
HSV(B) 9.39º 0.9% 0.78% -
XYZ 25.05 14.53 2.19 -
YUV 90.96 88.53 205.78 -
System Red Green Blue C M Y K H S L
Decimal 200 49 21 0 0.76 0.90 0.22 9.39 0.81 0.43
Hex C8 31 15 0 4C 5A 16 9 51 2B
Octal 310 61 25 0 114 132 26 11 121 53
Binary 11001000 110001 10101 0 1001100 1011010 10110 1001 1010001 101011

Color Harmonies of #C83115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83115

Black with #C83115

Text Example


Text Example

White with #C83115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83115; }

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

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

background-color css

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

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

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

border-color css

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

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

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