Html Css Color HEX #C83014 Harley Davidson Orange

📋 copy color: '#C83014'

red 200 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #C83014

Tints of Harley Davidson Orange #C83014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 74.63%
G = 17.91%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C83014 (or 0xC83014) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 14. RGB value is (200,48,20). Sum of RGB (Red+Green+Blue) = 200+48+20=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C83014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83014 is #37CFEB. Grayscale: #5A5A5A. Windows color (decimal): -3657708 or 1323208. OLE color: 1323208.

HSL color Cylindrical-coordinate representation of color #C83014: hue angle of 9.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C83014 is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 48 20 -
CMYK 0 0.76 0.9 0.22
HSL 9.33º 0.82% 0.43% -
HSV(B) 9.33º 0.9% 0.78% -
XYZ 25 14.44 2.13 -
YUV 90.26 88.36 206.28 -
System Red Green Blue C M Y K H S L
Decimal 200 48 20 0 0.76 0.9 0.22 9.33 0.82 0.43
Hex C8 30 14 0 4C 5A 16 9 52 2B
Octal 310 60 24 0 114 132 26 11 122 53
Binary 11001000 110000 10100 0 1001100 1011010 10110 1001 1010010 101011

Color Harmonies of #C83014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83014

Black with #C83014

Text Example


Text Example

White with #C83014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83014; }

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

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

background-color css

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

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

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

border-color css

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

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

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