Html Css Color HEX #C83015 Harley Davidson Orange

📋 copy color: '#C83015'

red 200 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #C83015

Tints of Harley Davidson Orange #C83015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.84%

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

R = 74.35%
G = 17.84%
B = 7.81%

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

#C83015 (or 0xC83015) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 15. RGB value is (200,48,21). Sum of RGB (Red+Green+Blue) = 200+48+21=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C83015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83015 is #37CFEA. Grayscale: #5A5A5A. Windows color (decimal): -3657707 or 1388744. OLE color: 1388744.

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

Color convert

RGB 200 48 21 -
CMYK 0 0.76 0.90 0.22
HSL 9.05º 0.81% 0.43% -
HSV(B) 9.05º 0.9% 0.78% -
XYZ 25.01 14.45 2.18 -
YUV 90.37 88.86 206.2 -
System Red Green Blue C M Y K H S L
Decimal 200 48 21 0 0.76 0.90 0.22 9.05 0.81 0.43
Hex C8 30 15 0 4C 5A 16 9 51 2B
Octal 310 60 25 0 114 132 26 11 121 53
Binary 11001000 110000 10101 0 1001100 1011010 10110 1001 1010001 101011

Color Harmonies of #C83015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83015

Black with #C83015

Text Example


Text Example

White with #C83015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83015; }

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

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

background-color css

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

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

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

border-color css

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

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

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