Html Css Color HEX #C83914 Harley Davidson Orange

📋 copy color: '#C83914'

red 200 ◦ green 57 ◦ blue 20

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

Shades of Harley Davidson Orange #C83914

Tints of Harley Davidson Orange #C83914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

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

R = 72.2%
G = 20.58%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C83914 (or 0xC83914) is known color: Harley Davidson Orange. HEX triplet: C8, 39 and 14. RGB value is (200,57,20). Sum of RGB (Red+Green+Blue) = 200+57+20=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C83914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83914 is #37C6EB. Grayscale: #5F5F5F. Windows color (decimal): -3655404 or 1325512. OLE color: 1325512.

HSL color Cylindrical-coordinate representation of color #C83914: hue angle of 12.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 #C83914 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 57 20 -
CMYK 0 0.72 0.9 0.22
HSL 12.33º 0.82% 0.43% -
HSV(B) 12.33º 0.9% 0.78% -
XYZ 25.41 15.26 2.27 -
YUV 95.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 200 57 20 0 0.72 0.9 0.22 12.33 0.82 0.43
Hex C8 39 14 0 48 5A 16 C 52 2B
Octal 310 71 24 0 110 132 26 14 122 53
Binary 11001000 111001 10100 0 1001000 1011010 10110 1100 1010010 101011

Color Harmonies of #C83914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83914

Black with #C83914

Text Example


Text Example

White with #C83914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83914; }

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

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

background-color css

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

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

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

border-color css

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

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

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