Html Css Color HEX #C83411 Harley Davidson Orange

📋 copy color: '#C83411'

red 200 ◦ green 52 ◦ blue 17

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

Shades of Harley Davidson Orange #C83411

Tints of Harley Davidson Orange #C83411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 74.35%
G = 19.33%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C83411 (or 0xC83411) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 11. RGB value is (200,52,17). Sum of RGB (Red+Green+Blue) = 200+52+17=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C83411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83411 is #37CBEE. Grayscale: #5C5C5C. Windows color (decimal): -3656687 or 1127624. OLE color: 1127624.

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

Color convert

RGB 200 52 17 -
CMYK 0 0.74 0.92 0.22
HSL 11.48º 0.84% 0.43% -
HSV(B) 11.48º 0.92% 0.78% -
XYZ 25.15 14.78 2.06 -
YUV 92.26 85.53 204.85 -
System Red Green Blue C M Y K H S L
Decimal 200 52 17 0 0.74 0.92 0.22 11.48 0.84 0.43
Hex C8 34 11 0 4A 5C 16 B 54 2B
Octal 310 64 21 0 112 134 26 13 124 53
Binary 11001000 110100 10001 0 1001010 1011100 10110 1011 1010100 101011

Color Harmonies of #C83411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83411

Black with #C83411

Text Example


Text Example

White with #C83411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83411; }

 p { color: rgb(200,52,17); }

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

background-color css

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

 a { background-color: rgb(200,52,17); }

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

border-color css

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

 span { border-color: rgb(200,52,17); }

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