Html Css Color HEX #C84115 Harley Davidson Orange

📋 copy color: '#C84115'

red 200 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #C84115

Tints of Harley Davidson Orange #C84115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.73%

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

R = 69.93%
G = 22.73%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C84115 (or 0xC84115) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 15. RGB value is (200,65,21). Sum of RGB (Red+Green+Blue) = 200+65+21=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C84115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84115 is #37BEEA. Grayscale: #646464. Windows color (decimal): -3653355 or 1393096. OLE color: 1393096.

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

Color convert

RGB 200 65 21 -
CMYK 0 0.68 0.90 0.22
HSL 14.75º 0.81% 0.43% -
HSV(B) 14.75º 0.9% 0.78% -
XYZ 25.85 16.11 2.46 -
YUV 100.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 200 65 21 0 0.68 0.90 0.22 14.75 0.81 0.43
Hex C8 41 15 0 44 5A 16 F 51 2B
Octal 310 101 25 0 104 132 26 17 121 53
Binary 11001000 1000001 10101 0 1000100 1011010 10110 1111 1010001 101011

Color Harmonies of #C84115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84115

Black with #C84115

Text Example


Text Example

White with #C84115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84115; }

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

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

background-color css

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

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

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

border-color css

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

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

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