Html Css Color HEX #C84113 Harley Davidson Orange

📋 copy color: '#C84113'

red 200 ◦ green 65 ◦ blue 19

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

Shades of Harley Davidson Orange #C84113

Tints of Harley Davidson Orange #C84113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 70.42%
G = 22.89%
B = 6.69%

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

#C84113 (or 0xC84113) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 13. RGB value is (200,65,19). Sum of RGB (Red+Green+Blue) = 200+65+19=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C84113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84113 is #37BEEC. Grayscale: #646464. Windows color (decimal): -3653357 or 1262024. OLE color: 1262024.

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

Color convert

RGB 200 65 19 -
CMYK 0 0.68 0.90 0.22
HSL 15.25º 0.83% 0.43% -
HSV(B) 15.25º 0.91% 0.78% -
XYZ 25.83 16.11 2.36 -
YUV 100.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 200 65 19 0 0.68 0.90 0.22 15.25 0.83 0.43
Hex C8 41 13 0 44 5A 16 F 53 2B
Octal 310 101 23 0 104 132 26 17 123 53
Binary 11001000 1000001 10011 0 1000100 1011010 10110 1111 1010011 101011

Color Harmonies of #C84113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84113

Black with #C84113

Text Example


Text Example

White with #C84113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84113; }

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

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

background-color css

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

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

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

border-color css

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

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

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